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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/regex.h [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:06:21 -0400

Index: emacs/src/regex.h
diff -c emacs/src/regex.h:1.31.6.3 emacs/src/regex.h:1.31.6.4
*** emacs/src/regex.h:1.31.6.3  Mon Jun 28 07:29:24 2004
--- emacs/src/regex.h   Wed Oct 27 05:42:01 2004
***************
*** 316,322 ****
    /* Error codes we've added.  */
    REG_EEND,           /* Premature end.  */
    REG_ESIZE,          /* Compiled pattern bigger than 2^16 bytes.  */
!   REG_ERPAREN         /* Unmatched ) or \); not returned from regcomp.  */
  } reg_errcode_t;
  
  /* This data structure represents a compiled pattern.  Before calling
--- 316,323 ----
    /* Error codes we've added.  */
    REG_EEND,           /* Premature end.  */
    REG_ESIZE,          /* Compiled pattern bigger than 2^16 bytes.  */
!   REG_ERPAREN,                /* Unmatched ) or \); not returned from 
regcomp.  */
!   REG_ERANGEX         /* Range striding over charsets.  */
  } reg_errcode_t;
  
  /* This data structure represents a compiled pattern.  Before calling




reply via email to

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