summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpcpp.h b/phpcpp.h
index f9dbdba..5623c8e 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -31,9 +31,9 @@
* Macro to export a function
*/
#if defined(__GNUC__) && __GNUC__ >= 4
-# define PHPCPP_EXPORT __attribute__ ((visibility("default")))
+# define PHPCPP_EXPORT __attribute__ ((visibility("default")))
#else
-# define PHPCPP_EXPORT
+# define PHPCPP_EXPORT
#endif
/**