Mercurial > hg > octave-nkf
comparison src/ov-usr-fcn.cc @ 4207:fa3482b34599
[project @ 2002-12-03 18:22:05 by jwe]
author | jwe |
---|---|
date | Tue, 03 Dec 2002 18:22:51 +0000 |
parents | 5719210fff4c |
children | 23d06c9e1edd |
comparison
equal
deleted
inserted
replaced
4206:fc514e47666e | 4207:fa3482b34599 |
---|---|
464 last_computed_value = tmp(0); | 464 last_computed_value = tmp(0); |
465 | 465 |
466 if (echo_commands) | 466 if (echo_commands) |
467 print_code_function_trailer (); | 467 print_code_function_trailer (); |
468 | 468 |
469 if (tree_return_expression::returning) | 469 if (tree_return_command::returning) |
470 tree_return_expression::returning = 0; | 470 tree_return_command::returning = 0; |
471 | 471 |
472 if (tree_break_expression::breaking) | 472 if (tree_break_command::breaking) |
473 tree_break_expression::breaking--; | 473 tree_break_command::breaking--; |
474 | 474 |
475 if (error_state) | 475 if (error_state) |
476 { | 476 { |
477 traceback_error (); | 477 traceback_error (); |
478 goto abort; | 478 goto abort; |