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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/regex.h
Date: Tue, 04 Oct 2005 00:32:39 -0400

Index: emacs/src/regex.h
diff -c emacs/src/regex.h:1.37 emacs/src/regex.h:1.38
*** emacs/src/regex.h:1.37      Fri Sep 30 22:38:14 2005
--- emacs/src/regex.h   Tue Oct  4 04:32:39 2005
***************
*** 608,617 ****
  
  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 */
  
--- 608,614 ----
  
  typedef int re_wchar_t;
  
! extern void re_set_whitespace_regexp (const char *regexp);
  
  #endif /* not WIDE_CHAR_SUPPORT */
  




reply via email to

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