From e878ce9a44029d72c88d65cd0310b92ede2c28ad Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 27 Jun 2026 12:16:37 +0200 Subject: REG_RAW is a pure re_comp() flag now I missed the possibility to query the compilation flags from the execution variables. --- regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex.h') 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 -- cgit v1.2.3