From 8dc95a114c1baef3b491451a0aafbb6d0785655e Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 7 Dec 2011 11:58:09 -0500 Subject: [PATCH] Backed out changeset: 294fded6a0d0 (bug 4902, bug 5068). --- sourcepawn/compiler/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index 9685333c..543a1d26 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -2923,7 +2923,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero, matchbrace=matchtoken('{'); for ( ;; ) { prev2=prev1; - prev1=init(iVARIABLE,&ctag,errorfound); + prev1=init(ident,&ctag,errorfound); if (!matchbrace) break; if ((ellips=matchtoken(tELLIPS))!=0)