summaryrefslogtreecommitdiff
path: root/hash.h
diff options
context:
space:
mode:
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;