From 797262c9e92824a19005f56e85cd3f19b8273f9b Mon Sep 17 00:00:00 2001 From: will Date: Sat, 2 Dec 2000 18:58:01 +0000 Subject: There's no reason to use fancy forms of NULL. Replace all instances of NIL, NILLST, NILLGNODE, etc. with NULL. Obtained from: OpenBSD --- usr.bin/make/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/hash.c') diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 5053c28..684f3a6 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -356,7 +356,7 @@ Hash_EnumNext(searchPtr) /* * The hashEntryPtr field points to the most recently returned - * entry, or is nil if we are starting up. If not nil, we have + * entry, or is NULL if we are starting up. If not NULL, we have * to start at the next one in the chain. */ e = searchPtr->hashEntryPtr; -- cgit v1.1