diff src/regex.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 376386a54a3c
children cf808b4c4290
line wrap: on
line diff
--- a/src/regex.h	Mon Aug 13 09:00:04 2007 +0200
+++ b/src/regex.h	Mon Aug 13 09:02:59 2007 +0200
@@ -277,6 +277,9 @@
 #ifdef emacs
   ,REG_ESYNTAX		/* Invalid syntax designator. */
 #endif
+#ifdef MULE
+  ,REG_ERANGESPAN	/* Ranges may not span charsets. */
+#endif
 } reg_errcode_t;
 
 /* This data structure represents a compiled pattern.  Before calling