comparison src/parse.h @ 5312:80c1aa832cb2

[project @ 2005-04-28 01:54:46 by jwe]
author jwe
date Thu, 28 Apr 2005 01:54:46 +0000
parents 4c8a2e4e0717
children 2ff5363a16bd
comparison
equal deleted inserted replaced
5311:46de0f964c1b 5312:80c1aa832cb2
93 const char *warn_for = 0); 93 const char *warn_for = 0);
94 94
95 extern std::string get_help_from_file (const std::string& f); 95 extern std::string get_help_from_file (const std::string& f);
96 96
97 extern bool 97 extern bool
98 load_fcn_from_file (const std::string& nm, bool exec_script);
99
100 extern bool
98 load_fcn_from_file (symbol_record *sym_rec, bool exec_script); 101 load_fcn_from_file (symbol_record *sym_rec, bool exec_script);
99 102
100 extern void 103 extern void
101 source_file (const std::string file_name); 104 source_file (const std::string file_name);
102 105