comparison src/utils.cc @ 1618:9c1fca4bd859

[project @ 1995-11-03 17:08:53 by jwe]
author jwe
date Fri, 03 Nov 1995 17:09:33 +0000
parents 89c587478067
children e846e361a265
comparison
equal deleted inserted replaced
1617:14d95b8282d7 1618:9c1fca4bd859
243 return path; 243 return path;
244 } 244 }
245 245
246 // Return to the main command loop in octave.cc. 246 // Return to the main command loop in octave.cc.
247 247
248 void 248 extern "C" void
249 jump_to_top_level (void) 249 jump_to_top_level (void)
250 { 250 {
251 run_all_unwind_protects (); 251 run_all_unwind_protects ();
252 252
253 longjmp (toplevel, 1); 253 longjmp (toplevel, 1);