From: Sterling Hughes Date: Mon, 7 Apr 2003 21:48:17 +0000 (+0000) Subject: add markers that make this file easy to parse for external sources X-Git-Tag: RELEASE_0_5~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ae7fa422d036e66eec302702f7074f53942d3bb;p=php add markers that make this file easy to parse for external sources --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 82d51b0fce..1d735d3c06 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -495,6 +495,7 @@ ZEND_API zend_bool zend_is_auto_global(char *name, uint name_len TSRMLS_DC); int zendlex(znode *zendlval TSRMLS_DC); +/* BEGIN: OPCODES */ #define ZEND_NOP 0 #define ZEND_ADD 1 @@ -682,6 +683,7 @@ int zendlex(znode *zendlval TSRMLS_DC); #define ZEND_VERIFY_ABSTRACT_CLASS 146 /* end of block */ +/* END: OPCODES */