comparison examples/unwinddemo.cc @ 9932:6cb30a539481

untabify files in examples directory
author John W. Eaton <jwe@octave.org>
date Mon, 07 Dec 2009 14:53:20 -0500
parents 4295d634797d
children db1f49eaba6b
comparison
equal deleted inserted replaced
9931:fb6b6fcafa62 9932:6cb30a539481
20 20
21 if (! error_state) 21 if (! error_state)
22 { 22 {
23 unwind_protect::begin_frame ("Funwinddemo"); 23 unwind_protect::begin_frame ("Funwinddemo");
24 unwind_protect_ptr 24 unwind_protect_ptr
25 (current_liboctave_warning_handler); 25 (current_liboctave_warning_handler);
26 set_liboctave_warning_handler(err_hand); 26 set_liboctave_warning_handler(err_hand);
27 retval = octave_value (quotient (a, b)); 27 retval = octave_value (quotient (a, b));
28 unwind_protect::run_frame ("Funwinddemo"); 28 unwind_protect::run_frame ("Funwinddemo");
29 } 29 }
30 } 30 }