summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/comp_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/tinfo/comp_hash.c')
-rw-r--r--lib/libcurses/tinfo/comp_hash.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libcurses/tinfo/comp_hash.c b/lib/libcurses/tinfo/comp_hash.c
index 95d9caf0e56..862dd21fb3e 100644
--- a/lib/libcurses/tinfo/comp_hash.c
+++ b/lib/libcurses/tinfo/comp_hash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp_hash.c,v 1.2 1999/03/02 06:23:28 millert Exp $ */
+/* $OpenBSD: comp_hash.c,v 1.3 1999/03/15 19:12:22 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -51,7 +51,7 @@
#define DEBUG(level, params) /*nothing*/
#endif
-MODULE_ID("$From: comp_hash.c,v 1.19 1999/02/22 22:49:43 tom Exp $")
+MODULE_ID("$From: comp_hash.c,v 1.20 1999/03/14 12:23:26 tom Exp $")
static int hash_function(const char *);
@@ -65,6 +65,10 @@ static int hash_function(const char *);
*/
#ifdef MAIN_PROGRAM
+
+#undef USE_RCS_IDS
+#include <tinfo/doalloc.c>
+
static void _nc_make_hash_table(struct name_table_entry *table,
struct name_table_entry **hash_table)
{