mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
Add PCRE_EXP_DECL to pcre_callout declaration
Fixes build on Mac OS X.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user