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