mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
Add PCRE_EXP_DECL to pcre_callout declaration
Fixes build on Mac OS X.
This commit is contained in:
parent
840c5dd0da
commit
87fd38bc4d
@ -257,7 +257,7 @@ typedef struct pcre_callout_block {
|
||||
#define pcre_free g_free
|
||||
#define pcre_stack_malloc g_try_malloc
|
||||
|
||||
int (*pcre_callout)(pcre_callout_block *);
|
||||
PCRE_EXP_DECL int (*pcre_callout)(pcre_callout_block *);
|
||||
|
||||
/* Exported PCRE functions */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user