1 /* $OpenBSD: ohash_int.h,v 1.3 2006/01/16 15:52:25 espie Exp $ */
2 /* $FreeBSD: src/usr.bin/m4/lib/ohash_int.h,v 1.2 2012/11/17 01:54:24 svnexp Exp $ */
11 struct _ohash_record {
16 #define DELETED ((const char *)h)
17 #define NONE (h->size)
19 /* Don't bother changing the hash table if the change is small enough. */
20 #define MINSIZE (1UL << 4)