Fix Windows 11 build.

This commit is contained in:
wb2osz 2023-05-14 23:33:06 +01:00
parent 0058145eff
commit e53fa0c110
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ typedef unsigned long int reg_syntax_t;
some interfaces). When a regexp is compiled, the syntax used is some interfaces). When a regexp is compiled, the syntax used is
stored in the pattern buffer, so changing this does not affect stored in the pattern buffer, so changing this does not affect
already-compiled regexps. */ already-compiled regexps. */
REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options; //REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
extern reg_syntax_t re_syntax_options;
/* Define combinations of the above bits for the standard possibilities. /* Define combinations of the above bits for the standard possibilities.
(The [[[ comments delimit what gets put into the Texinfo file, so (The [[[ comments delimit what gets put into the Texinfo file, so