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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user