Browse Source

tab

pull/167/head
Xinchen Hui 14 years ago
parent
commit
57e7c7bd49
  1. 2
      Zend/zend_compile.h

2
Zend/zend_compile.h

@ -80,7 +80,7 @@ typedef union _znode_op {
zend_op *jmp_addr;
zval *zv;
zend_literal *literal;
void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */
void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */
} znode_op;
typedef struct _znode { /* used only during compilation */

Loading…
Cancel
Save