summaryrefslogtreecommitdiff
path: root/main/output.c
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2010-06-02 12:49:12 +0000
committerMichael Wallner <mike@php.net>2010-06-02 12:49:12 +0000
commit99da695ec90890c3de9d4ae17c2e26133ab9bdc4 (patch)
tree539b1c500dc218d0bd98b80e9c299d407928e6ba /main/output.c
parent2b2802738cc70f59c7c6c3979a563dbd11b2cf0b (diff)
downloadphp-git-99da695ec90890c3de9d4ae17c2e26133ab9bdc4.tar.gz
fix cxx build
Diffstat (limited to 'main/output.c')
-rw-r--r--main/output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/output.c b/main/output.c
index 9fd253779d..29585ca352 100644
--- a/main/output.c
+++ b/main/output.c
@@ -37,8 +37,8 @@
ZEND_DECLARE_MODULE_GLOBALS(output);
-PHPAPI const char php_output_default_handler_name[sizeof("default output handler")] = "default output handler";
-PHPAPI const char php_output_devnull_handler_name[sizeof("null output handler")] = "null output handler";
+const char php_output_default_handler_name[sizeof("default output handler")] = "default output handler";
+const char php_output_devnull_handler_name[sizeof("null output handler")] = "null output handler";
#if PHP_OUTPUT_NOINLINE || PHP_OUTPUT_DEBUG
# undef inline