comparison src/utils.cc @ 2985:aa9d0c0e0458

[project @ 1997-05-16 06:54:18 by jwe]
author jwe
date Fri, 16 May 1997 06:55:52 +0000
parents 66ef74ee5d9f
children 38de16594cb4
comparison
equal deleted inserted replaced
2984:84c33881d0bc 2985:aa9d0c0e0458
86 // Return to the main command loop in octave.cc. 86 // Return to the main command loop in octave.cc.
87 87
88 extern "C" void 88 extern "C" void
89 jump_to_top_level (void) 89 jump_to_top_level (void)
90 { 90 {
91 run_all_unwind_protects (); 91 unwind_protect::run_all ();
92 92
93 longjmp (toplevel, 1); 93 longjmp (toplevel, 1);
94 } 94 }
95 95
96 int 96 int