changeset 65818:3b09bb851f62

(re_char): Don't expose it in the interface. (re_set_whitespace_regexp): Adjust the arg's type to not use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 Oct 2005 04:32:39 +0000
parents 251409bdae6a
children 255d72cfdf5e
files src/regex.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/regex.h	Tue Oct 04 04:31:08 2005 +0000
+++ b/src/regex.h	Tue Oct 04 04:32:39 2005 +0000
@@ -608,10 +608,7 @@
 
 typedef int re_wchar_t;
 
-/* Type of source-pattern and string chars.  */
-typedef const unsigned char re_char;
-
-extern void re_set_whitespace_regexp (re_char *regexp);
+extern void re_set_whitespace_regexp (const char *regexp);
 
 #endif /* not WIDE_CHAR_SUPPORT */