aboutsummaryrefslogtreecommitdiffstats
path: root/mktable.c
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-31 01:19:50 +0000
committerDai Sato <satodai@w3m.jp>2007-05-31 01:19:50 +0000
commit50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d (patch)
treed8caf1d1c50a2eda88e40cb0c3059a04a5b67d9d /mktable.c
parentfix for tab browsing. [w3m-dev 04266] (diff)
downloadw3m-50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d.tar.gz
w3m-50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d.zip
fix type, add GC_INIT().
Diffstat (limited to '')
-rw-r--r--mktable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mktable.c b/mktable.c
index a90b52a..9cbe620 100644
--- a/mktable.c
+++ b/mktable.c
@@ -1,4 +1,4 @@
-/* $Id: mktable.c,v 1.14 2003/09/22 21:02:20 ukai Exp $ */
+/* $Id: mktable.c,v 1.15 2007/05/31 01:19:50 inu Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include "myctype.h"
@@ -36,6 +36,7 @@ main(int argc, char *argv[], char **envp)
char *p;
Hash_hss_i *rhash;
+ GC_INIT();
if (argc != 3) {
fprintf(stderr, "usage: %s hashsize file.tab > file.c\n", argv[0]);
exit(1);