Fixed: functions were implicitly declared extern and later static
This commit is contained in:
parent
ee4d7610f9
commit
e95cc619ee
@ -30,6 +30,10 @@ FILE *curoutp;
|
||||
|
||||
/* putlines */
|
||||
|
||||
STATIC putstr();
|
||||
STATIC outlab();
|
||||
STATIC outobject();
|
||||
|
||||
STATIC putargs(ap)
|
||||
register arg_p ap;
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user