1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

- Fix build

This commit is contained in:
Felipe Pena
2011-11-17 21:07:52 +00:00
parent 5ef2c32822
commit 2ba9ff7fac

View File

@@ -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) {