Mercurial > hg > octave-nkf
diff src/toplev.h @ 1907:8c6cea97eb80
[project @ 1996-02-10 01:12:46 by jwe]
author | jwe |
---|---|
date | Sat, 10 Feb 1996 01:17:59 +0000 |
parents | e62277bf5fe0 |
children | 003570e69c7b |
line wrap: on
line diff
--- a/src/toplev.h +++ b/src/toplev.h @@ -44,6 +44,8 @@ extern tree_constant eval_string (const string&, int print, int& parse_status); +extern int main_loop (void); + // argv[0] for this program. extern string raw_prog_name; @@ -98,9 +100,6 @@ // Nonzero means input is coming from startup file. extern int input_from_startup_file; -// The command-line options. -extern charMatrix octave_argv; - // Nonzero means that input is coming from a file that was named on // the command line. extern int input_from_command_line_file;