summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-28 11:53:09 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-28 11:53:09 +0000
commitbcc9bd029b853c3714b2c17847e45a218647497b (patch)
tree68fc4f9cbe7c43a6672ba15e74a4af5dbab41b76 /pcre_internal.h
parentb81e462579107686b1f08784433142ba74ba6571 (diff)
downloadpcre-bcc9bd029b853c3714b2c17847e45a218647497b.tar.gz
Add a definition for CHAR_NULL (helpful for the z/OS port).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1185 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 9c6375d..58748fa 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -1286,6 +1286,7 @@ a positive value. */
/* The remaining definitions work in both environments. */
+#define CHAR_NULL '\0'
#define CHAR_HT '\t'
#define CHAR_VT '\v'
#define CHAR_FF '\f'