1
0
Fork 0

static function

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@476 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2007-08-19 13:59:10 +00:00
parent d807b0ea32
commit bbdcdcf41b
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ static int xc_optimize_op_array(zend_op_array *op_array TSRMLS_DC) /* {{{ */
return 0;
}
/* }}} */
int xc_clear_flag_optimized(zend_op_array *op_array TSRMLS_DC) /* {{{ */
static int xc_clear_flag_optimized(zend_op_array *op_array TSRMLS_DC) /* {{{ */
{
op_array->done_pass_two = 0;
return 0;