comparison src/regex.h @ 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 375ab086d366
children 3bd95f4f2941 aa89c814f853
comparison
equal deleted inserted replaced
65817:251409bdae6a 65818:3b09bb851f62
606 extern char re_iswctype (int ch, re_wctype_t cc); 606 extern char re_iswctype (int ch, re_wctype_t cc);
607 extern re_wctype_t re_wctype (const unsigned char* str); 607 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
618 #endif /* regex.h */ 615 #endif /* regex.h */
619 616