From: Zeev Suraski Date: Sun, 9 Apr 2000 16:08:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0RC2~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdcf638ce793d10e879c8481d88284aef8d914f;p=php *** empty log message *** --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 0bc4199526..4995682489 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -97,7 +97,7 @@ struct _zend_op_array { zend_uint *refcount; zend_op *opcodes; - zend_uint last, size; + int last, size; zend_uint T;