From 64620c0f765340361b6e1714f4b25e815271c95e Mon Sep 17 00:00:00 2001 From: jmallett Date: Tue, 17 Sep 2002 21:29:06 +0000 Subject: #define -> #define --- 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 31d39c6..bc55c5d 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -66,7 +66,7 @@ static void RebuildTable(Hash_Table *); * at which we rebuild the table to make it larger. */ -#define rebuildLimit 8 +#define rebuildLimit 8 /* *--------------------------------------------------------- -- cgit v1.1