Mercurial > hg > octave-nkf
diff src/parse.h @ 4342:813effe14ee1
[project @ 2003-02-20 08:35:55 by jwe]
author | jwe |
---|---|
date | Thu, 20 Feb 2003 08:35:55 +0000 |
parents | a5a68c0afe56 |
children | 51a0dcde8778 |
line wrap: on
line diff
--- a/src/parse.h +++ b/src/parse.h @@ -34,6 +34,7 @@ class tree; class tree_matrix; class tree_identifier; +class octaev_function; class symbol_record; class symbol_table; @@ -103,6 +104,11 @@ int nargout = 0); extern octave_value_list +feval (octave_function *fcn, + const octave_value_list& args = octave_value_list (), + int nargout = 0); + +extern octave_value_list feval (const octave_value_list& args, int nargout = 0); extern octave_value_list