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	Mon Aug 09 20:10:10 2010 -0700
+++ b/src/oct-parse.yy	Mon Aug 09 21:16:05 2010 -0700
@@ -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