From 368207e46ca78ec42d77a3b1d3539cf4250617eb Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 14:13:28 +0000 Subject: *** empty log message *** --- src/Polynom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Polynom.c') diff --git a/src/Polynom.c b/src/Polynom.c index 9da1d49..a7190c7 100644 --- a/src/Polynom.c +++ b/src/Polynom.c @@ -49,6 +49,7 @@ int main(void) printf("Resultat: %s\n", affichage_level_1()); flush_pile(); parse_line("0x52;"); + parse_line("x+0;"); affichage_pile(); AfficheTableau(variables); return 0; -- cgit v1.2.3