/[emacs]/emacs/src/regex.h
ViewVC logotype

Diff of /emacs/src/regex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29.18.3 by miles, Tue Jul 6 10:14:29 2004 UTC revision 1.29.18.4 by miles, Mon Oct 25 04:22:26 2004 UTC
# Line 316  typedef enum Line 316  typedef enum
316    /* Error codes we've added.  */    /* Error codes we've added.  */
317    REG_EEND,             /* Premature end.  */    REG_EEND,             /* Premature end.  */
318    REG_ESIZE,            /* Compiled pattern bigger than 2^16 bytes.  */    REG_ESIZE,            /* Compiled pattern bigger than 2^16 bytes.  */
319    REG_ERPAREN           /* Unmatched ) or \); not returned from regcomp.  */    REG_ERPAREN,          /* Unmatched ) or \); not returned from regcomp.  */
320      REG_ERANGEX           /* Range striding over charsets.  */
321  } reg_errcode_t;  } reg_errcode_t;
322    
323  /* This data structure represents a compiled pattern.  Before calling  /* This data structure represents a compiled pattern.  Before calling

Legend:
Removed from v.1.29.18.3  
changed lines
  Added in v.1.29.18.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26