From 56262f42cd23b66ca7e7e48254e9c01c8173161a Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 3 May 2015 01:34:00 +0600 Subject: [PATCH] Fix compile warning --- source/compiler/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index a7af6bb..534a3b8 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -2330,7 +2330,7 @@ static int base; cell accum; cell size; - assert(cur>0 && startlit==-1 || startlit>=0 && startlit<=litidx); + assert(startlit==-1 || startlit>=0 && startlit<=litidx); base=startlit; size=1; for (cur=0; cur