]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndi Gutmans <andi@php.net>
Mon, 13 Mar 2000 15:49:47 +0000 (15:49 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 13 Mar 2000 15:49:47 +0000 (15:49 +0000)
Zend/zend_compile.c

index 07e7a07a063c215ec3bc03bb1f6a370fbd48bee1..d9d68cc7d743622c700e2fd603f784cb23f6abb0 100644 (file)
@@ -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)++;
 }