hope to have fixed the spacings finally

This commit is contained in:
Borja Ferrer 2005-09-14 01:40:48 +00:00
parent 315e69797d
commit 24260137ec

View File

@ -1739,7 +1739,6 @@ static void declfuncvar(int fpublic,int fstatic,int fstock,int fconst)
/* so tok is tSYMBOL */
assert(strlen(str)<=sNAMEMAX);
strcpy(name,str);
/* only variables can be "const" or both "public" and "stock" */
invalidfunc= fconst || (fpublic && fstock);
if (invalidfunc || !newfunc(name,tag,fpublic,fstatic,fstock)) {