From 4506ee6421a65ebf465cb3e1124f0ba604dbcb20 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 May 2002 00:12:11 +0000 Subject: __STDC__ is always defined on NetBSD. --- hack/hack.main.c | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'hack/hack.main.c') diff --git a/hack/hack.main.c b/hack/hack.main.c index 6c0e7491..37696818 100644 --- a/hack/hack.main.c +++ b/hack/hack.main.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.main.c,v 1.6 2001/03/25 20:44:01 jsm Exp $ */ +/* $NetBSD: hack.main.c,v 1.7 2002/05/26 00:12:12 wiz Exp $ */ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. @@ -6,7 +6,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.main.c,v 1.6 2001/03/25 20:44:01 jsm Exp $"); +__RCSID("$NetBSD: hack.main.c,v 1.7 2002/05/26 00:12:12 wiz Exp $"); #endif /* not lint */ #include @@ -466,22 +466,11 @@ askname() /* VARARGS1 */ void -#ifdef __STDC__ impossible(const char *s, ...) -#else -impossible(va_alist) - va_dcl -#endif { va_list ap; -#ifndef __STDC__ - const char *s; - va_start(ap); - s = va_arg(ap, const char *); -#else va_start(ap, s); -#endif vpline(s, ap); va_end(ap); pline("Program in disorder - perhaps you'd better Quit."); -- cgit v1.2.3-56-ge451