Move the remaining declaration in sc1.c
This commit is contained in:
parent
e74b8bb282
commit
1488c26e47
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user