# HG changeset patch # User Stefan Monnier # Date 1128400359 0 # Node ID 3b09bb851f62445438f33803f6732777d22f9b9a # Parent 251409bdae6a6413b5c5c17b66c7e7140f9be28a (re_char): Don't expose it in the interface. (re_set_whitespace_regexp): Adjust the arg's type to not use it. diff -r 251409bdae6a -r 3b09bb851f62 src/regex.h --- 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 */