]> granicus.if.org Git - php/commitdiff
add markers that make this file easy to parse for external sources
authorSterling Hughes <sterling@php.net>
Mon, 7 Apr 2003 21:48:17 +0000 (21:48 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 7 Apr 2003 21:48:17 +0000 (21:48 +0000)
Zend/zend_compile.h

index 82d51b0fce5465f6e1c89c90f5f4c41b46efbdc5..1d735d3c06fd472d893ab58ce1b3d7a7462e2cf9 100644 (file)
@@ -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 */