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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/regex.h
Date: Sun, 24 Oct 2004 00:16:35 -0400

Index: emacs/src/regex.h
diff -c emacs/src/regex.h:1.33 emacs/src/regex.h:1.34
*** emacs/src/regex.h:1.33      Sun Jun 13 22:34:19 2004
--- emacs/src/regex.h   Sun Oct 24 03:57:45 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]