X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.h;h=53bdd8ff46115c4dac2be2a4908b08c6d2f9f68c;hb=c1ebd28b04d9ecf3abc3fe980eaaac13456ba51e;hp=07ba1d02d85c30d1dabf143dcdb6d70677f1196f;hpb=c9a65f977e7b0a634100aca5f4ec3f0f7751a79b;p=gnulib.git diff --git a/lib/regex.h b/lib/regex.h index 07ba1d02d..53bdd8ff4 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -193,7 +193,7 @@ extern reg_syntax_t re_syntax_options; & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \ | RE_CONTEXT_INVALID_OPS )) -#define RE_SYNTAX_POSIX_AWK \ +#define RE_SYNTAX_POSIX_AWK \ (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS \ | RE_INTERVALS | RE_NO_GNU_OPS)