From dfc4e173d46d915ee76e5e481a35c6ce6c385633 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 5 Feb 2001 00:37:43 +0000 Subject: fix redundant decls and nested externs. while I am here change my copyright to TNF. --- hack/hack.options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.options.c') diff --git a/hack/hack.options.c b/hack/hack.options.c index e9f30473..1bccb4d3 100644 --- a/hack/hack.options.c +++ b/hack/hack.options.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.options.c,v 1.4 1997/10/19 16:58:42 christos Exp $ */ +/* $NetBSD: hack.options.c,v 1.5 2001/02/05 00:37:43 christos Exp $ */ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. @@ -6,10 +6,11 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.options.c,v 1.4 1997/10/19 16:58:42 christos Exp $"); +__RCSID("$NetBSD: hack.options.c,v 1.5 2001/02/05 00:37:43 christos Exp $"); #endif /* not lint */ #include +#include #include "hack.h" #include "extern.h" @@ -121,7 +122,6 @@ parseoptions(opts, from_env) while (*op) { num = 1; if (digit(*op)) { -/*###124 [cc] warning: implicit declaration of function `atoi'%%%*/ num = atoi(op); while (digit(*op)) op++; -- cgit v1.2.3