diff options
Diffstat (limited to 'usr.bin/make/ohash/ohash_int.h')
-rw-r--r-- | usr.bin/make/ohash/ohash_int.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.bin/make/ohash/ohash_int.h b/usr.bin/make/ohash/ohash_int.h deleted file mode 100644 index bc280b64282..00000000000 --- a/usr.bin/make/ohash/ohash_int.h +++ /dev/null @@ -1,15 +0,0 @@ -/* $OpenBSD: ohash_int.h,v 1.2 2001/01/29 01:58:05 niklas Exp $ */ - -#include <sys/types.h> -#include <stddef.h> -#include <stdlib.h> -#include <string.h> -#include "ohash.h" - -#define DELETED ((const char *)h) -#define NONE (h->size) - -/* Don't bother changing the hash table if the change is small enough. */ -#define MINSIZE (1UL << 4) -#define MINDELETED 4 - |