Fixed: functions were implicitly declared extern and later static

This commit is contained in:
ceriel 1993-10-07 17:47:26 +00:00
parent 38a269fc37
commit 549dfcc99d

View file

@ -30,6 +30,10 @@ FILE *curoutp;
/* putlines */
STATIC putstr();
STATIC outlab();
STATIC outobject();
STATIC putargs(ap)
register arg_p ap;
{