1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

"extern" shouldn't be used for definitions

This commit is contained in:
Anatol Belski
2014-11-18 10:50:56 +01:00
parent 6b3b4fc944
commit 544a2c4792

View File

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