From: Xinchen Hui Date: Sat, 18 Aug 2012 03:57:53 +0000 (+0800) Subject: tab X-Git-Tag: php-5.5.0alpha1~20^2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57e7c7bd49dae25f2d3ec935b5e264d0fb62b6b3;p=php tab --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index a06c985a97..8919fdc6b8 100644 --- a/Zend/zend_compile.h +++ b/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 */