Mercurial > hg > octave-nkf
diff src/parse.h @ 4486:6ceba1f351fb
[project @ 2003-08-22 16:49:46 by jwe]
author | jwe |
---|---|
date | Fri, 22 Aug 2003 16:49:46 +0000 |
parents | 51a0dcde8778 |
children | 9f0ce1536368 |
line wrap: on
line diff
--- a/src/parse.h +++ b/src/parse.h @@ -100,6 +100,9 @@ extern bool load_fcn_from_file (symbol_record *sym_rec, bool exec_script); +extern void +source_file (const std::string file_name); + extern octave_value_list feval (const std::string& name, const octave_value_list& args = octave_value_list (),