mirror of https://github.com/wb2osz/direwolf.git
Fix Windows 11 build.
This commit is contained in:
parent
0058145eff
commit
e53fa0c110
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue