summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 16:01:04 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 16:01:04 -0700
commita2b81c7e8642da249acbfa1ca4fe0362a900f0e2 (patch)
tree875785f2e9a1533ae22552f5856e854f3d7d0cd8 /phpcpp.h
parentb8d747580db76bc3e51bae6c3cdae49b5b44e20b (diff)
More progress on implementing nested arrays
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
/**