Module Name: src
Committed By: dholland
Date: Sat Aug 6 20:24:35 UTC 2011
Modified Files:
src/games/hack: hack.mon.c
Log Message:
drop private (and wrong) definition of NULL
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/hack/hack.mon.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/hack/hack.mon.c
diff -u src/games/hack/hack.mon.c:1.11 src/games/hack/hack.mon.c:1.12
--- src/games/hack/hack.mon.c:1.11 Mon May 30 03:11:15 2011
+++ src/games/hack/hack.mon.c Sat Aug 6 20:24:35 2011
@@ -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 <sys/cdefs.h>
#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 <stdlib.h>
@@ -71,10 +71,6 @@
#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;