aboutsummaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-06-27 12:16:37 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-06-27 12:16:37 +0200
commite878ce9a44029d72c88d65cd0310b92ede2c28ad (patch)
tree1d212c3f61ef28ccdc6b0b4f633050a6467bd8c2 /regex.h
parentbda12e168733451328e39aceb6b2625f6b28e29c (diff)
downloadterex-e878ce9a44029d72c88d65cd0310b92ede2c28ad.tar.gz
REG_RAW is a pure re_comp() flag now
I missed the possibility to query the compilation flags from the execution variables.
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index c15d005..2a37ce6 100644
--- a/regex.h
+++ b/regex.h
@@ -230,7 +230,7 @@ typedef struct {
#define REG_DUMP 004000 /* none of your business :-) */
#define REG_FAKE 010000 /* none of your business :-) */
#define REG_PROGRESS 020000 /* none of your business :-) */
-#define REG_RAW 040000 /* pattern and subject are raw ASCII (also an execution flag) */
+#define REG_RAW 040000 /* pattern and subject are raw ASCII */
/*
* execution