diff options
Diffstat (limited to 'src/regex.h')
| -rw-r--r-- | src/regex.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regex.h b/src/regex.h index 4497333500a..af9480d583c 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -474,6 +474,7 @@ extern reg_syntax_t re_set_syntax (reg_syntax_t __syntax); | |||
| 474 | extern const char *re_compile_pattern (const char *__pattern, size_t __length, | 474 | extern const char *re_compile_pattern (const char *__pattern, size_t __length, |
| 475 | #ifdef emacs | 475 | #ifdef emacs |
| 476 | reg_syntax_t syntax, | 476 | reg_syntax_t syntax, |
| 477 | const char *whitespace_regexp, | ||
| 477 | #endif | 478 | #endif |
| 478 | struct re_pattern_buffer *__buffer); | 479 | struct re_pattern_buffer *__buffer); |
| 479 | 480 | ||
| @@ -627,8 +628,6 @@ extern re_wctype_t re_wctype_parse (const unsigned char **strp, unsigned limit); | |||
| 627 | 628 | ||
| 628 | typedef int re_wchar_t; | 629 | typedef int re_wchar_t; |
| 629 | 630 | ||
| 630 | extern void re_set_whitespace_regexp (const char *regexp); | ||
| 631 | |||
| 632 | #endif /* not WIDE_CHAR_SUPPORT */ | 631 | #endif /* not WIDE_CHAR_SUPPORT */ |
| 633 | 632 | ||
| 634 | #endif /* regex.h */ | 633 | #endif /* regex.h */ |