From 410a62e2debfc0c639cec70f865a15df0fab27d5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 8 Nov 1989 14:18:57 +0000 Subject: [PATCH] fixed some lint complaints --- util/led/extract.c | 2 +- util/led/memory.c | 1 - util/led/scan.c | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1