Skip to content

Commit d6515ef

Browse files
wb2oszbjpetit
authored andcommitted
Fix Windows 11 build.
1 parent 811d1a7 commit d6515ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: external/regex/regex.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ typedef unsigned long int reg_syntax_t;
208208
some interfaces). When a regexp is compiled, the syntax used is
209209
stored in the pattern buffer, so changing this does not affect
210210
already-compiled regexps. */
211-
REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
211+
//REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
212+
extern reg_syntax_t re_syntax_options;
212213

213214
/* Define combinations of the above bits for the standard possibilities.
214215
(The [[[ comments delimit what gets put into the Texinfo file, so

0 commit comments

Comments
 (0)