Add PCRE_EXP_DECL to pcre_callout declaration

Fixes build on Mac OS X.
This commit is contained in:
Kristian Rietveld 2010-06-26 22:55:47 +02:00
parent 840c5dd0da
commit 87fd38bc4d

View File

@ -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 */