diff options
Diffstat (limited to 'src/regex.h')
| -rw-r--r-- | src/regex.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regex.h b/src/regex.h index 45a9f6fff0d..da0ab3e78d1 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -608,10 +608,7 @@ extern re_wctype_t re_wctype (const unsigned char* str); | |||
| 608 | 608 | ||
| 609 | typedef int re_wchar_t; | 609 | typedef int re_wchar_t; |
| 610 | 610 | ||
| 611 | /* Type of source-pattern and string chars. */ | 611 | extern void re_set_whitespace_regexp (const char *regexp); |
| 612 | typedef const unsigned char re_char; | ||
| 613 | |||
| 614 | extern void re_set_whitespace_regexp (re_char *regexp); | ||
| 615 | 612 | ||
| 616 | #endif /* not WIDE_CHAR_SUPPORT */ | 613 | #endif /* not WIDE_CHAR_SUPPORT */ |
| 617 | 614 | ||