From 1dff113351271a263657896c9948c165698c2ddb Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 22 Mar 1991 14:26:10 +0000 Subject: [PATCH] Delinted --- util/opt/backward.c | 2 ++ util/opt/lookup.c | 2 ++ util/opt/special.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/util/opt/backward.c b/util/opt/backward.c index 0739092e1..a774dc6a5 100644 --- a/util/opt/backward.c +++ b/util/opt/backward.c @@ -40,6 +40,8 @@ short curfrag = 3; /* see also peephole.c */ offset rombuf[MAXROM]; int rc; +extern offset aoff(); + backward() { register line_p lnp; line_p next; diff --git a/util/opt/lookup.c b/util/opt/lookup.c index 7cdd0b67a..f641ef851 100644 --- a/util/opt/lookup.c +++ b/util/opt/lookup.c @@ -16,6 +16,8 @@ static char rcsid[] = "$Header$"; * Author: Hans van Staveren */ +extern char *strncpy(); + unsigned hash(string) char *string; { register char *p; register unsigned i,sum; diff --git a/util/opt/special.c b/util/opt/special.c index 08f124fda..8dcfc71de 100644 --- a/util/opt/special.c +++ b/util/opt/special.c @@ -12,6 +12,7 @@ static char rcsid[] = "$Header$"; * Author: Hans van Staveren */ +#ifdef ALLOWSPECIAL bool special(lpp,bp,patlen) line_p *lpp; byte *bp; @@ -20,3 +21,4 @@ int patlen; return(FALSE); } +#endif -- 2.34.1