Skip to content

Commit e53fa0c

Browse files
committed
Fix Windows 11 build.
1 parent 0058145 commit e53fa0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)