comparison src/oct-parse.yy @ 10879:5af852c93af3

oct-parse.yy: Restore parsing of help text.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Aug 2010 21:16:05 -0700
parents 988d16d5ae34
children 54697b37d8bf
comparison
equal deleted inserted replaced
10878:c318b70bf437 10879:5af852c93af3
3554 // the forced variables will be unmarked in the event of an 3554 // the forced variables will be unmarked in the event of an
3555 // interrupt. 3555 // interrupt.
3556 symbol_table::scope_id scope = symbol_table::top_scope (); 3556 symbol_table::scope_id scope = symbol_table::top_scope ();
3557 frame.add_fcn (symbol_table::unmark_forced_variables, scope); 3557 frame.add_fcn (symbol_table::unmark_forced_variables, scope);
3558 3558
3559 if (! help_txt.empty ())
3560 help_buf.push (help_txt);
3561
3559 if (reading_script_file) 3562 if (reading_script_file)
3560 prep_lexer_for_script_file (); 3563 prep_lexer_for_script_file ();
3561 else 3564 else
3562 prep_lexer_for_function_file (); 3565 prep_lexer_for_function_file ();
3563 3566