--- code/trunk/internal.h 2007/02/24 21:38:17 11 +++ code/trunk/internal.h 2007/02/24 21:38:25 15 @@ -3,7 +3,7 @@ *************************************************/ -#define PCRE_VERSION "1.04 22-Dec-1997" +#define PCRE_VERSION "1.06 23-Jan-1998" /* This is a library of functions to support regular expressions whose syntax @@ -12,7 +12,7 @@ Written by: Philip Hazel - Copyright (c) 1997 University of Cambridge + Copyright (c) 1998 University of Cambridge ----------------------------------------------------------------------------- Permission is granted to anyone to use this software for any purpose on any @@ -181,6 +181,7 @@ OP_CRMINRANGE, OP_CLASS, /* Match a character class */ + OP_NEGCLASS, /* Match a character class, specified negatively */ OP_REF, /* Match a back reference */ OP_ALT, /* Start of alternation */