diff options
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index 2f8c9946036..610fab9d184 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -29,7 +29,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: regex.h,v 1.25 2003/08/08 21:42:51 momjian Exp $ + * $Id: regex.h,v 1.25.4.1 2008/01/03 20:49:15 tgl Exp $ */ /* @@ -153,6 +153,7 @@ typedef struct #define REG_MIXED 17 /* character widths of regex and string * differ */ #define REG_BADOPT 18 /* invalid embedded option */ +#define REG_ETOOBIG 19 /* nfa has too many states */ /* two specials for debugging and testing */ #define REG_ATOI 101 /* convert error-code name to number */ #define REG_ITOA 102 /* convert error-code number to name */ |