summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-02-27 13:45:11 +0300
committerDmitry Stogov <dmitry@zend.com>2015-02-27 13:45:11 +0300
commit1cdee9a5d8f0a116ef0d7c96e528f09559ec11ce (patch)
treeb4ef48435f723ae2d4280bf13b87a56c3c4c8da3
parent30830bcefd080cf58231aa195418a4223497ea91 (diff)
downloadphp-git-1cdee9a5d8f0a116ef0d7c96e528f09559ec11ce.tar.gz
Fixed C++ support
-rw-r--r--Zend/zend_operators.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index 31d84fc5b1..1ee827e908 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -90,8 +90,6 @@ ZEND_API zend_uchar _is_numeric_string_ex(const char *str, size_t length, zend_l
ZEND_API const char* zend_memnstr_ex(const char *haystack, const char *needle, size_t needle_len, char *end);
ZEND_API const char* zend_memnrstr_ex(const char *haystack, const char *needle, size_t needle_len, char *end);
-END_EXTERN_C()
-
#if SIZEOF_ZEND_LONG == 4
# define ZEND_DOUBLE_FITS_LONG(d) (!((d) > ZEND_LONG_MAX || (d) < ZEND_LONG_MIN))
#else
@@ -234,7 +232,6 @@ zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char
}
}
-BEGIN_EXTERN_C()
ZEND_API int increment_function(zval *op1);
ZEND_API int decrement_function(zval *op2);