diff options
Diffstat (limited to 'src/include/regex/regex2.h')
-rw-r--r-- | src/include/regex/regex2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/regex/regex2.h b/src/include/regex/regex2.h index 8bcdddb65ab..98bf46a52e3 100644 --- a/src/include/regex/regex2.h +++ b/src/include/regex/regex2.h @@ -193,4 +193,5 @@ struct re_guts (isalnum((unsigned char) (c)) || (c) == '_')) #else #define ISWORD(c) (isalnum((unsigned char) (c)) || (c) == '_') + #endif |