From: Kalle Sommer Nielsen Date: Sat, 12 Nov 2016 10:18:25 +0000 (+0100) Subject: Fix Windows build X-Git-Tag: php-7.2.0alpha1~948^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cef0ead4934f423dde2a15d336cd7a001e0471c;p=php Fix Windows build --- diff --git a/ext/opcache/Optimizer/zend_inference.c b/ext/opcache/Optimizer/zend_inference.c index afae8a7959..953011d737 100644 --- a/ext/opcache/Optimizer/zend_inference.c +++ b/ext/opcache/Optimizer/zend_inference.c @@ -1824,7 +1824,7 @@ static void zend_infer_ranges_warmup(const zend_op_array *op_array, zend_ssa *ss int worklist_len = zend_bitset_len(ssa->vars_count); int j, n; zend_ssa_range tmp; - ALLOCA_FLAG(use_heap); + ALLOCA_FLAG(use_heap) zend_bitset worklist = do_alloca(sizeof(zend_ulong) * worklist_len * 2, use_heap); zend_bitset visited = worklist + worklist_len; #ifdef NEG_RANGE