From 50f9604d3b055e8ec8c5617c792e62d6e01219a3 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 20 Jan 2009 13:44:05 +0000 Subject: Re-merged old port-building routines. --- hash.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hash.c') diff --git a/hash.c b/hash.c index 9e32aa05..95a1cce7 100644 --- a/hash.c +++ b/hash.c @@ -25,6 +25,12 @@ #include "private.h" +/* + * Routines for the perfect-hash hashtable used by the parser to look up + * tokens by their string-ified names (`.Fl' -> MDOC_Fl). The + * allocation penalty for this is 27 * 26 * sizeof(ptr). + */ + void mdoc_tokhash_free(void *htab) -- cgit