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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/regex.h [lexbind]
Date: Mon, 25 Oct 2004 00:41:42 -0400

Index: emacs/src/regex.h
diff -c emacs/src/regex.h:1.29.18.3 emacs/src/regex.h:1.29.18.4
*** emacs/src/regex.h:1.29.18.3 Tue Jul  6 10:14:29 2004
--- emacs/src/regex.h   Mon Oct 25 04:22:26 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]