Skip to content

Commit 1cdee9a

Browse files
committed
Fixed C++ support
1 parent 30830bc commit 1cdee9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_operators.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ ZEND_API zend_uchar _is_numeric_string_ex(const char *str, size_t length, zend_l
9090
ZEND_API const char* zend_memnstr_ex(const char *haystack, const char *needle, size_t needle_len, char *end);
9191
ZEND_API const char* zend_memnrstr_ex(const char *haystack, const char *needle, size_t needle_len, char *end);
9292

93-
END_EXTERN_C()
94-
9593
#if SIZEOF_ZEND_LONG == 4
9694
# define ZEND_DOUBLE_FITS_LONG(d) (!((d) > ZEND_LONG_MAX || (d) < ZEND_LONG_MIN))
9795
#else
@@ -234,7 +232,6 @@ zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char
234232
}
235233
}
236234

237-
BEGIN_EXTERN_C()
238235
ZEND_API int increment_function(zval *op1);
239236
ZEND_API int decrement_function(zval *op2);
240237

0 commit comments

Comments
 (0)