comparison libinterp/parse-tree/parse.h @ 16212:d2b268936783 classdef

maint: periodic merge of default to classdef
author John W. Eaton <jwe@octave.org>
date Thu, 07 Mar 2013 10:25:39 -0500
parents 3449bf257514 78365c56a762
children 90dfd98a915a
comparison
equal deleted inserted replaced
16211:3449bf257514 16212:d2b268936783
81 #include "oct-obj.h" 81 #include "oct-obj.h"
82 82
83 // Nonzero means print parser debugging info (-d). 83 // Nonzero means print parser debugging info (-d).
84 extern int octave_debug; 84 extern int octave_debug;
85 85
86 // TRUE means we are using readline.
87 extern bool line_editing;
88
89 // TRUE means we printed messages about reading startup files. 86 // TRUE means we printed messages about reading startup files.
90 extern bool reading_startup_message_printed; 87 extern bool reading_startup_message_printed;
91 88
92 extern OCTINTERP_API std::string 89 extern OCTINTERP_API std::string
93 get_help_from_file (const std::string& nm, bool& symbol_found, 90 get_help_from_file (const std::string& nm, bool& symbol_found,