summaryrefslogtreecommitdiff
path: root/hash.h
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-28 00:53:35 +0000
committerbiouman <biouman>2001-04-28 00:53:35 +0000
commit892950d2c402691cc12e58b556944c19b4013601 (patch)
treef2d69aaba81c65185e3c6e4078cc51c9fc6ee913 /hash.h
parentf6d829b8eca64bd77f40e0c294d77f52f7338a93 (diff)
*** empty log message ***
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hash.h b/hash.h
index a7948a1..4f40659 100644
--- a/hash.h
+++ b/hash.h
@@ -3,11 +3,7 @@
#define TAILLECHAINEHACHAGE (26*2+1)
-#ifdef HAVE_CONFIG_H
typedef void *_TypeVariable;
-#else
-typedef int _TypeVariable;
-#endif
typedef struct {
char *NomVar;