From: ceriel Date: Wed, 8 Nov 1989 14:18:57 +0000 (+0000) Subject: fixed some lint complaints X-Git-Tag: release-5-5~2096 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=410a62e2debfc0c639cec70f865a15df0fab27d5;p=ack.git fixed some lint complaints --- diff --git a/util/led/extract.c b/util/led/extract.c index b6719f408..59f8d3f3f 100644 --- a/util/led/extract.c +++ b/util/led/extract.c @@ -14,7 +14,7 @@ static char rcsid[] = "$Header$"; #include "orig.h" #include "scan.h" -static get_name(); +static get_names(); static process(); static getexternal(); static redefine(); diff --git a/util/led/memory.c b/util/led/memory.c index 887a097c2..b852520a8 100644 --- a/util/led/memory.c +++ b/util/led/memory.c @@ -31,7 +31,6 @@ static char rcsid[] = "$Header$"; static copy_down(); static copy_up(); static free_saved_moduls(); -static writelong(); struct memory mems[NMEMS]; diff --git a/util/led/scan.c b/util/led/scan.c index 592317a35..3d09fbc3b 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -28,6 +28,7 @@ static char rcsid[] = "$Header$"; #endif SYMDBUG extern long lseek(); +exterrn char *core_alloc(); extern bool incore; extern int infile; extern int passnumber;