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