From 0533dfcd70e1e612609aa89bc7c05bbc412c126e Mon Sep 17 00:00:00 2001 From: dsl Date: Sat, 20 Dec 2008 17:42:01 +0000 Subject: [PATCH] Remove the definitions of NIL (now unused) and NULL (defined elsewhere). --- usr.bin/make/sprite.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h index 90dc8aa69bbe..ef71998160bd 100644 --- a/usr.bin/make/sprite.h +++ b/usr.bin/make/sprite.h @@ -1,4 +1,4 @@ -/* $NetBSD: sprite.h,v 1.9 2005/08/05 00:53:18 christos Exp $ */ +/* $NetBSD: sprite.h,v 1.10 2008/12/20 17:42:01 dsl Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -114,17 +114,6 @@ typedef int ReturnStatus; #define FAILURE 0x00000001 -/* - * A nil pointer must be something that will cause an exception if - * referenced. There are two nils: the kernels nil and the nil used - * by user processes. - */ - -#define NIL ~0 -#ifndef NULL -#define NULL 0 -#endif /* NULL */ - /* * ClientData is an uninterpreted word. It is defined as an int so that * kdbx will not interpret client data as a string. The