From 92f79ffe88f606e0628f30b0c3578e6ac0416f12 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Sep 2005 07:36:01 +0000 Subject: [PATCH] left debug stuff in --- compiler/libpc300/sc1.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/libpc300/sc1.c b/compiler/libpc300/sc1.c index 03a22188..462945f4 100755 --- a/compiler/libpc300/sc1.c +++ b/compiler/libpc300/sc1.c @@ -1737,11 +1737,8 @@ static void declfuncvar(int fpublic,int fstatic,int fstock,int fconst) } /* if */ } else { /* so tok is tSYMBOL */ - int val = 0; assert(strlen(str)<=sNAMEMAX); strcpy(name,str); - if (strcmp(str, "auth_points")==0) - val = 1; /* only variables can be "const" or both "public" and "stock" */ invalidfunc= fconst || (fpublic && fstock);