Revision: 1185
http://vcs.pcre.org/viewvc?view=rev&revision=1185
Author: ph10
Date: 2012-10-28 11:53:09 +0000 (Sun, 28 Oct 2012)
Log Message:
-----------
Add a definition for CHAR_NULL (helpful for the z/OS port).
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/pcre_internal.h
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2012-10-28 11:40:08 UTC (rev 1184)
+++ code/trunk/ChangeLog 2012-10-28 11:53:09 UTC (rev 1185)
@@ -128,6 +128,9 @@
26. Applied a modified version of Daniel Richard G's patch to create
pcre.h.generic and config.h.generic by "make" instead of in the
PrepareRelease script.
+
+27. Added a definition for CHAR_NULL (helpful for the z/OS port). The code base
+ should be refactored to use it as and when convenient.
Version 8.31 06-July-2012
Modified: code/trunk/pcre_internal.h
===================================================================
--- code/trunk/pcre_internal.h 2012-10-28 11:40:08 UTC (rev 1184)
+++ code/trunk/pcre_internal.h 2012-10-28 11:53:09 UTC (rev 1185)
@@ -1286,6 +1286,7 @@
/* The remaining definitions work in both environments. */
+#define CHAR_NULL '\0'
#define CHAR_HT '\t'
#define CHAR_VT '\v'
#define CHAR_FF '\f'