From: Felipe Pena Date: Thu, 17 Nov 2011 21:07:52 +0000 (+0000) Subject: - Fix build X-Git-Tag: php-5.4.0RC2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5ec9dd65032e147edfd54e99051cecdf1088c61;p=php - Fix build --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 8a4cf7033c..03b92bbb24 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -4047,7 +4047,7 @@ static void zend_traits_init_trait_structures(zend_class_entry *ce TSRMLS_DC) /* zend_trait_precedence *cur_precedence; zend_trait_method_reference *cur_method_ref; char *lcname; - bool method_exists; + zend_bool method_exists; /* resolve class references */ if (ce->trait_precedences) {