From 549dfcc99d012dfcd66ffabb1429905941b84a2c Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 7 Oct 1993 17:47:26 +0000 Subject: [PATCH] Fixed: functions were implicitly declared extern and later static --- util/ego/share/put.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/ego/share/put.c b/util/ego/share/put.c index 3ecede747..84dfa0115 100644 --- a/util/ego/share/put.c +++ b/util/ego/share/put.c @@ -30,6 +30,10 @@ FILE *curoutp; /* putlines */ +STATIC putstr(); +STATIC outlab(); +STATIC outobject(); + STATIC putargs(ap) register arg_p ap; { -- 2.34.1