diff options
author | biouman <biouman> | 2001-05-01 14:13:28 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-01 14:13:28 +0000 |
commit | 368207e46ca78ec42d77a3b1d3539cf4250617eb (patch) | |
tree | 970c2a961a119f0f736293ed1637a7535f3b90c5 /src | |
parent | 25942bc0f89328a0585964b93a5d2f4e1df9eff7 (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/Polynom.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |