summaryrefslogtreecommitdiff
path: root/pcreposix.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-11 17:03:17 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-11 17:03:17 +0000
commitb61d2d38ff08b09864d4ec957b65239e8b56b720 (patch)
tree3eeaa76a8f33510b93a030a293d6c3ff31ded71b /pcreposix.h
parentd79c34160d1de272d3b2d86f686be6b8ac4ab191 (diff)
downloadpcre-b61d2d38ff08b09864d4ec957b65239e8b56b720.tar.gz
Added REG_NOTEMPTY to the POSIX wrapper.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@388 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.h')
-rw-r--r--pcreposix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcreposix.h b/pcreposix.h
index a73ad26..7c5af72 100644
--- a/pcreposix.h
+++ b/pcreposix.h
@@ -9,7 +9,7 @@
Compatible Regular Expression library. It defines the things POSIX says should
be there. I hope.
- Copyright (c) 1997-2008 University of Cambridge
+ Copyright (c) 1997-2009 University of Cambridge
-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,7 @@ extern "C" {
#define REG_NOSUB 0x0020
#define REG_UTF8 0x0040 /* NOT defined by POSIX. */
#define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */
+#define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX. */
/* This is not used by PCRE, but by defining it we make it easier
to slot PCRE into existing programs that make POSIX calls. */