/[emacs]/emacs/src/regex.h
ViewVC logotype

Diff of /emacs/src/regex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.37 by dann, Fri Sep 30 22:38:14 2005 UTC
# Line 603  typedef enum { RECC_ERROR = 0, Line 603  typedef enum { RECC_ERROR = 0,
603                 RECC_ASCII, RECC_UNIBYTE                 RECC_ASCII, RECC_UNIBYTE
604  } re_wctype_t;  } re_wctype_t;
605    
606    extern char re_iswctype (int ch,    re_wctype_t cc);
607    extern re_wctype_t re_wctype (const unsigned char* str);
608    
609  typedef int re_wchar_t;  typedef int re_wchar_t;
610    
611    /* Type of source-pattern and string chars.  */
612    typedef const unsigned char re_char;
613    
614    extern void re_set_whitespace_regexp (re_char *regexp);
615    
616  #endif /* not WIDE_CHAR_SUPPORT */  #endif /* not WIDE_CHAR_SUPPORT */
617    
618  #endif /* regex.h */  #endif /* regex.h */

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26