From 6b8f02426a4dd9358c7b35d34268db358fd113c3 Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 09:48:02 +0000 Subject: *** empty log message *** --- lib/hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/hash.c') diff --git a/lib/hash.c b/lib/hash.c index 9ac65bb..4658aed 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -9,6 +9,7 @@ #include #include "hash.h" #include "exceptions.h" +#include "polynom.h" #ifdef HAVE_CONFIG_H #include "config.h" #else @@ -149,7 +150,7 @@ _TypeVariable NomVarToVar(char *Nom, _TableauVariable t, char *trouve) void AfficheListe(_ListeChaine l) { while (l != NULL) { - fprintf(stderr, "%s\n", l->Elem.NomVar); + fprintf(stderr, "%s: %s\n", l->Elem.NomVar, ply_affichage(l->Elem.Variable)); l = l->Suivant; } } -- cgit v1.2.3