summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-09 13:05:29 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-09 13:05:29 +0000
commiteb41744b0aa82d459c2935862eaabdebbe062cc9 (patch)
tree3bd975e27794ccf749a09d59fe58cc8133178330 /pcre_internal.h
parentd6d9c5b73c7a6d27127b1069daff6f7291b10788 (diff)
downloadpcre-eb41744b0aa82d459c2935862eaabdebbe062cc9.tar.gz
Last minute fixes and some documentation update in the JIT compiler.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1216 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index d81a749..8d0a759 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -200,7 +200,7 @@ typedef unsigned char pcre_uint8;
typedef unsigned int pcre_uint16;
typedef int pcre_int16;
#else
- #error Cannot determine a type for 16-bit unsigned integers
+# error Cannot determine a type for 16-bit unsigned integers
#endif
#if UINT_MAX == 4294967295
@@ -210,7 +210,7 @@ typedef unsigned char pcre_uint8;
typedef unsigned long int pcre_uint32;
typedef long int pcre_int32;
#else
- #error Cannot determine a type for 32-bit unsigned integers
+# error Cannot determine a type for 32-bit unsigned integers
#endif
/* When checking for integer overflow in pcre_compile(), we need to handle