summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:21 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:21 +0000
commit67741e1934bcbb6e8ceb2a75a5c6f7f14ae28438 (patch)
tree2bc441cae7879531ea48fdfdc48319f8c19373b1 /internal.h
parent688871425cacb8bd84efbf423e15ea9fc204f280 (diff)
downloadpcre-67741e1934bcbb6e8ceb2a75a5c6f7f14ae28438.tar.gz
Load pcre-1.05 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@13 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index af0b42d..5951752 100644
--- a/internal.h
+++ b/internal.h
@@ -3,7 +3,7 @@
*************************************************/
-#define PCRE_VERSION "1.04 22-Dec-1997"
+#define PCRE_VERSION "1.05 23-Dec-1997"
/* This is a library of functions to support regular expressions whose syntax
@@ -181,6 +181,7 @@ enum {
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 */