Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/src/oct-parse.yy +++ b/src/oct-parse.yy @@ -3556,6 +3556,9 @@ symbol_table::scope_id scope = symbol_table::top_scope (); frame.add_fcn (symbol_table::unmark_forced_variables, scope); + if (! help_txt.empty ()) + help_buf.push (help_txt); + if (reading_script_file) prep_lexer_for_script_file (); else