From: Kristian Rietveld Date: Sat, 26 Jun 2010 20:55:47 +0000 (+0200) Subject: Add PCRE_EXP_DECL to pcre_callout declaration X-Git-Tag: 2.25.11~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87fd38bc4dd095d598ec375dbecb40d1393c3f8b;p=platform%2Fupstream%2Fglib.git Add PCRE_EXP_DECL to pcre_callout declaration Fixes build on Mac OS X. --- diff --git a/glib/pcre/pcre.h b/glib/pcre/pcre.h index e23d49c..302ced7 100644 --- a/glib/pcre/pcre.h +++ b/glib/pcre/pcre.h @@ -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 */