emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/regex.h


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/regex.h
Date: Fri, 30 Sep 2005 18:38:28 -0400

Index: emacs/src/regex.h
diff -c emacs/src/regex.h:1.36 emacs/src/regex.h:1.37
*** emacs/src/regex.h:1.36      Sun Aug  7 12:33:17 2005
--- emacs/src/regex.h   Fri Sep 30 22:38:14 2005
***************
*** 603,609 ****
--- 603,617 ----
               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;
+ 
+ /* Type of source-pattern and string chars.  */
+ typedef const unsigned char re_char;
+ 
+ extern void re_set_whitespace_regexp (re_char *regexp);
  
  #endif /* not WIDE_CHAR_SUPPORT */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]