Fixed: functions were implicitly declared extern and later static
This commit is contained in:
parent
38a269fc37
commit
549dfcc99d
|
@ -30,6 +30,10 @@ FILE *curoutp;
|
|||
|
||||
/* putlines */
|
||||
|
||||
STATIC putstr();
|
||||
STATIC outlab();
|
||||
STATIC outobject();
|
||||
|
||||
STATIC putargs(ap)
|
||||
register arg_p ap;
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue