From ae538916b6f01053d66693d151c3b1217154b6f0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 30 May 2009 19:57:59 -0400 Subject: [PATCH] Fixed build. --- sourcepawn/compiler/sc3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/compiler/sc3.c b/sourcepawn/compiler/sc3.c index 4ae15522..ab568b60 100644 --- a/sourcepawn/compiler/sc3.c +++ b/sourcepawn/compiler/sc3.c @@ -698,6 +698,7 @@ static int plnge_rel(int *opstr,int opoff,int (*hier)(value *lval),value *lval) int lvalue,opidx; value lval2={0}; int count; + char boolresult; /* this function should only be called for relational operators */ assert(op1[opoff]==os_le); @@ -708,7 +709,6 @@ static int plnge_rel(int *opstr,int opoff,int (*hier)(value *lval),value *lval) rvalue(lval); count=0; lval->boolresult=TRUE; - char boolresult; do { /* same check as in plnge(), but "chkbitwise" is always TRUE */ if (count>0 && bitwise_opercount!=0)