From: Dmitry Stogov Date: Thu, 11 Apr 2019 00:06:51 +0000 (+0300) Subject: Removed old constants (they are redeclared as macros) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77c522062af20a19d02ec9c612721329fce38588;p=php Removed old constants (they are redeclared as macros) --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index fefe566c58..a882d4f675 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -477,13 +477,6 @@ union _zend_function { zend_internal_function internal_function; }; -typedef enum _zend_call_kind { - ZEND_CALL_NESTED_FUNCTION, /* stackless VM call to function */ - ZEND_CALL_NESTED_CODE, /* stackless VM call to include/require/eval */ - ZEND_CALL_TOP_FUNCTION, /* direct VM call to function from external C code */ - ZEND_CALL_TOP_CODE /* direct VM call to "main" code from external C code */ -} zend_call_kind; - struct _zend_execute_data { const zend_op *opline; /* executed opline */ zend_execute_data *call; /* current call */