From: Andi Gutmans Date: Mon, 13 Mar 2000 15:49:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PHP-4.0-RC1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fc5c9447816d14e30c6fe0191facf245772ce97;p=php *** empty log message *** --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 07e7a07a06..d9d68cc7d7 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -172,7 +172,7 @@ ZEND_API zend_bool zend_is_compiling() } -static int get_temporary_variable(zend_op_array *op_array) +static zend_uint get_temporary_variable(zend_op_array *op_array) { return (op_array->T)++; }