Move the remaining declaration in sc1.c

This commit is contained in:
Stanislav Gromov 2020-08-29 20:57:31 +08:00 committed by Y_Less
parent e74b8bb282
commit 1488c26e47

View File

@ -5009,8 +5009,8 @@ static void destructsymbols(symbol *root,int level)
if ((opsym=findglb(symbolname,sGLOBAL))!=NULL) {
if ((opsym->usage & uMISSING)!=0 || (opsym->usage & uPROTOTYPED)==0) {
char symname[2*sNAMEMAX+16]; /* allow space for user defined operators */
funcdisplayname(symname,opsym->name);
char *ptr= (sym->documentation!=NULL) ? sym->documentation : "";
funcdisplayname(symname,opsym->name);
if ((opsym->usage & uMISSING)!=0)
error(4,symname,ptr); /* function not defined */
if ((opsym->usage & uPROTOTYPED)==0)