summaryrefslogtreecommitdiff
path: root/php/src/php7/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/php7/Config.h')
-rw-r--r--php/src/php7/Config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/php/src/php7/Config.h b/php/src/php7/Config.h
index 0c18832f642..10fb6a77fe3 100644
--- a/php/src/php7/Config.h
+++ b/php/src/php7/Config.h
@@ -78,13 +78,6 @@ extern zend_module_entry ice_module_entry;
#include "TSRM.h"
#endif
-//
-// The PHP header files define a macro named "inline".
-//
-#ifdef inline
-# undef inline
-#endif
-
ZEND_MINIT_FUNCTION(ice);
ZEND_MSHUTDOWN_FUNCTION(ice);
ZEND_RINIT_FUNCTION(ice);
@@ -126,4 +119,4 @@ ZEND_END_MODULE_GLOBALS(ice)
#endif
#define STRCAST(s) const_cast<char*>(s)
-#endif
+#endif \ No newline at end of file