summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-28 18:31:04 +0000
committerbiouman <biouman>2001-04-28 18:31:04 +0000
commitab778d7f896b16f3e6f2b068c2b34d219723002b (patch)
treeb9a3c63616f25003dc7e263523fd24905813f7f5 /hash.c
parent892950d2c402691cc12e58b556944c19b4013601 (diff)
*** empty log message ***
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hash.c b/hash.c
index 938024e..9ac65bb 100644
--- a/hash.c
+++ b/hash.c
@@ -138,11 +138,7 @@ static _TypeVariable NomVarToVarListe(char *Nom, _ListeChaine l, char *trouve)
}
l = l->Suivant;
}
-#ifdef HAVE_CONFIG_H
return (NULL);
-#else
- return 0;
-#endif
}
_TypeVariable NomVarToVar(char *Nom, _TableauVariable t, char *trouve)