hope to have fixed the spacings finally
This commit is contained in:
parent
315e69797d
commit
24260137ec
@ -1739,7 +1739,6 @@ static void declfuncvar(int fpublic,int fstatic,int fstock,int fconst)
|
|||||||
/* so tok is tSYMBOL */
|
/* so tok is tSYMBOL */
|
||||||
assert(strlen(str)<=sNAMEMAX);
|
assert(strlen(str)<=sNAMEMAX);
|
||||||
strcpy(name,str);
|
strcpy(name,str);
|
||||||
|
|
||||||
/* only variables can be "const" or both "public" and "stock" */
|
/* only variables can be "const" or both "public" and "stock" */
|
||||||
invalidfunc= fconst || (fpublic && fstock);
|
invalidfunc= fconst || (fpublic && fstock);
|
||||||
if (invalidfunc || !newfunc(name,tag,fpublic,fstatic,fstock)) {
|
if (invalidfunc || !newfunc(name,tag,fpublic,fstatic,fstock)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user