summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-13 15:49:47 +0000
committerAndi Gutmans <andi@php.net>2000-03-13 15:49:47 +0000
commit7fc5c9447816d14e30c6fe0191facf245772ce97 (patch)
tree9eabbc2b540ae0e4fb631a2f2b8c401bc42fd08a /Zend
parentac7d60ececdd47d59c778c5f5b5f494adef0802c (diff)
downloadphp-git-7fc5c9447816d14e30c6fe0191facf245772ce97.tar.gz
*** empty log message ***
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_compile.c2
1 files changed, 1 insertions, 1 deletions
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)++;
}