Some small changes

This commit is contained in:
ceriel
1993-11-10 12:35:33 +00:00
parent 4deafdc9de
commit 2662c3984d
5 changed files with 5 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ heading( )
{
char procname[50];
sprint(procname,"_%s",fcn->symname);
(void) sprint(procname,"_%s",fcn->symname);
C_pro_narg(procname);
if ( fcn->symtype== DEFAULTTYPE)
fcn->symtype= DOUBLETYPE;