summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-11-18 10:50:56 +0100
committerAnatol Belski <ab@php.net>2014-11-18 13:19:47 +0100
commit544a2c479254d104bb97641c819d733bd08ef968 (patch)
tree2887c3bd85785b406f87a6091bf1324902da72bf /sapi/embed/php_embed.c
parent6b3b4fc94497f8e468821e1a3108916cc83c15cf (diff)
downloadphp-git-544a2c479254d104bb97641c819d733bd08ef968.tar.gz
"extern" shouldn't be used for definitions
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r--sapi/embed/php_embed.c2
1 files changed, 1 insertions, 1 deletions
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 */