Revision: 1710
http://vcs.pcre.org/viewvc?view=rev&revision=1710
Author: ph10
Date: 2017-08-19 10:12:00 +0100 (Sat, 19 Aug 2017)
Log Message:
-----------
Fix outdated definitions in pcre.h.in.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/pcre.h.in
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2017-08-01 08:29:13 UTC (rev 1709)
+++ code/trunk/ChangeLog 2017-08-19 09:12:00 UTC (rev 1710)
@@ -9,7 +9,9 @@
1. Fixed a MIPS issue in the JIT compiler reported by Joshua Kinard.
+2. Fixed outdated real_pcre definitions in pcre.h.in (patch by Evgeny Kotkov).
+
Version 8.41 05-July-2017
-------------------------
Modified: code/trunk/pcre.h.in
===================================================================
--- code/trunk/pcre.h.in 2017-08-01 08:29:13 UTC (rev 1709)
+++ code/trunk/pcre.h.in 2017-08-19 09:12:00 UTC (rev 1710)
@@ -321,11 +321,11 @@
/* Types */
-struct real_pcre; /* declaration; the definition is private */
-typedef struct real_pcre pcre;
+struct real_pcre8_or_16; /* declaration; the definition is private */
+typedef struct real_pcre8_or_16 pcre;
-struct real_pcre16; /* declaration; the definition is private */
-typedef struct real_pcre16 pcre16;
+struct real_pcre8_or_16; /* declaration; the definition is private */
+typedef struct real_pcre8_or_16 pcre16;
struct real_pcre32; /* declaration; the definition is private */
typedef struct real_pcre32 pcre32;