diff options
author | Miles Bader <miles@gnu.org> | 2005-10-07 07:15:40 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-10-07 07:15:40 +0000 |
commit | 00e18f33adde1d2f196fdf9cadf11235cc4fcc8f (patch) | |
tree | 8c553c9a361da158ba47f3d0ed0429da180d957f /src/regex.h | |
parent | ba4c328314c2b01e6dcc3807a0666a644c3f3954 (diff) | |
parent | 9e1cb4bc96d36af6e8b893d467970a25afead03b (diff) | |
download | emacs-00e18f33adde1d2f196fdf9cadf11235cc4fcc8f.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 569-579)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 129-132)
- Update from CVS
- Merge from emacs--cvs-trunk--0
Diffstat (limited to 'src/regex.h')
-rw-r--r-- | src/regex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex.h b/src/regex.h index 68db62d34e0..8a669541ff1 100644 --- a/src/regex.h +++ b/src/regex.h @@ -609,8 +609,13 @@ typedef enum { RECC_ERROR = 0, RECC_ASCII, RECC_UNIBYTE } re_wctype_t; +extern char re_iswctype (int ch, re_wctype_t cc); +extern re_wctype_t re_wctype (const unsigned char* str); + typedef int re_wchar_t; +extern void re_set_whitespace_regexp (const char *regexp); + #endif /* not WIDE_CHAR_SUPPORT */ #endif /* regex.h */ |