We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0058145 commit e53fa0cCopy full SHA for e53fa0c
external/regex/regex.h
@@ -208,7 +208,8 @@ typedef unsigned long int reg_syntax_t;
208
some interfaces). When a regexp is compiled, the syntax used is
209
stored in the pattern buffer, so changing this does not affect
210
already-compiled regexps. */
211
-REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
+//REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
212
+extern reg_syntax_t re_syntax_options;
213
214
/* Define combinations of the above bits for the standard possibilities.
215
(The [[[ comments delimit what gets put into the Texinfo file, so
0 commit comments