From: Anatol Belski Date: Tue, 18 Nov 2014 09:50:56 +0000 (+0100) Subject: "extern" shouldn't be used for definitions X-Git-Tag: POST_NATIVE_TLS_MERGE^2~46^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=544a2c479254d104bb97641c819d733bd08ef968;p=php "extern" shouldn't be used for definitions --- diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index e0df666108..8bfaf9f52d 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -108,7 +108,7 @@ static int php_embed_startup(sapi_module_struct *sapi_module) return SUCCESS; } -extern EMBED_SAPI_API sapi_module_struct php_embed_module = { +EMBED_SAPI_API sapi_module_struct php_embed_module = { "embed", /* name */ "PHP Embedded Library", /* pretty name */