comparison src/octave.cc @ 1669:e7b6c2cd9bac

[project @ 1995-12-27 03:38:21 by jwe]
author jwe
date Wed, 27 Dec 1995 03:38:21 +0000
parents e846e361a265
children 6708c53892c1
comparison
equal deleted inserted replaced
1668:6e8ac624ed9b 1669:e7b6c2cd9bac
762 if (! interactive) 762 if (! interactive)
763 using_readline = 0; 763 using_readline = 0;
764 764
765 // Allow the user to interrupt us without exiting. 765 // Allow the user to interrupt us without exiting.
766 766
767 volatile sig_handler *saved_sigint_handler
768 = octave_set_signal_handler (SIGINT, SIG_IGN);
769
770 if (setjmp (toplevel) != 0) 767 if (setjmp (toplevel) != 0)
771 { 768 {
772 raw_mode (0); 769 raw_mode (0);
773 770
774 cout << "\n"; 771 cout << "\n";