Skip to content

Commit

Permalink
Fix outdated definitions in pcre.h.in.
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://vcs.exim.org/pcre/code/trunk@1710 2f5784b3-3f2a-0410-8824-cb99058d5e15
  • Loading branch information
ph10 committed Aug 19, 2017
1 parent e5045fd commit f6802bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Version 8.42 xx-xxx-2017

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
-------------------------
Expand Down
8 changes: 4 additions & 4 deletions pcre.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,11 @@ these bits, just add new ones on the end, in order to remain compatible. */

/* 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;
Expand Down

0 comments on commit f6802bb

Please sign in to comment.