From 744672b90fe21495913fc321633bc6d103e3cb6b Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 May 2001 10:44:20 +0000 Subject: Pouet --- lib/fonctions.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/fonctions.c') diff --git a/lib/fonctions.c b/lib/fonctions.c index dee16a8..44cdf91 100644 --- a/lib/fonctions.c +++ b/lib/fonctions.c @@ -12,6 +12,7 @@ #include "terminal.h" #include "exceptions.h" #include "polynom.h" +#include "interface.h" #ifdef HAVE_CONFIG_H #include "config.h" #else @@ -195,6 +196,5 @@ void reinit(polynome p1, polynome p2, polynome p3) void exit_call(polynome p1, polynome p2, polynome p3) { - clearterm(); - exception(2, _("Exiting, bye!")); -} \ No newline at end of file + quit = 1; +} -- cgit v1.2.3