From 10b5de29f245af86f4a46e1633e1902332b2ad06 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 6 Aug 2011 20:24:35 +0000 Subject: drop private (and wrong) definition of NULL --- hack/hack.mon.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'hack') diff --git a/hack/hack.mon.c b/hack/hack.mon.c index 9f6e7e97..dd56e6bb 100644 --- a/hack/hack.mon.c +++ b/hack/hack.mon.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.mon.c,v 1.11 2011/05/30 03:11:15 joerg Exp $ */ +/* $NetBSD: hack.mon.c,v 1.12 2011/08/06 20:24:35 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.mon.c,v 1.11 2011/05/30 03:11:15 joerg Exp $"); +__RCSID("$NetBSD: hack.mon.c,v 1.12 2011/08/06 20:24:35 dholland Exp $"); #endif /* not lint */ #include @@ -71,10 +71,6 @@ __RCSID("$NetBSD: hack.mon.c,v 1.11 2011/05/30 03:11:15 joerg Exp $"); #include "extern.h" #include "hack.mfndpos.h" -#ifndef NULL -#define NULL (char *) 0 -#endif - static int warnlevel; /* used by movemon and dochugw */ static long lastwarntime; static int lastwarnlev; -- cgit v1.2.3-56-ge451