summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:17 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:17 +0000
commit688871425cacb8bd84efbf423e15ea9fc204f280 (patch)
treed4373e90fd4185f69358f1c930edda118a08cdf7 /internal.h
parent91453b91d322e9d5812026584c2ecbe8f4cab52a (diff)
downloadpcre-688871425cacb8bd84efbf423e15ea9fc204f280.tar.gz
Load pcre-1.04 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@11 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h
index c8d17e1..af0b42d 100644
--- a/internal.h
+++ b/internal.h
@@ -3,7 +3,7 @@
*************************************************/
-#define PCRE_VERSION "1.03 18-Dec-1997"
+#define PCRE_VERSION "1.04 22-Dec-1997"
/* This is a library of functions to support regular expressions whose syntax
@@ -57,7 +57,7 @@ define a macro for memmove() if USE_BCOPY is defined. */
Standard C system should have one. */
#ifndef offsetof
-#define offsetof(p_type,field) ((size_t)&(((p_type)0)->field))
+#define offsetof(p_type,field) ((size_t)&(((p_type *)0)->field))
#endif
/* Private options flags start at the most significant end of the two bytes.