diff options
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index 5e1b692d26c..2f89dc9326b 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -58,7 +58,7 @@ typedef struct size_t re_nsub; /* number of subexpressions */ long re_info; /* information about RE */ #define REG_UBACKREF 000001 -#define REG_ULOOKAHEAD 000002 +#define REG_ULOOKAROUND 000002 #define REG_UBOUNDS 000004 #define REG_UBRACES 000010 #define REG_UBSALNUM 000020 |