Mercurial > hg > octave-nkf
diff src/input.h @ 5189:85b315ad5f7d
[project @ 2005-03-04 02:46:08 by jwe]
author | jwe |
---|---|
date | Fri, 04 Mar 2005 02:46:08 +0000 |
parents | 55648fc616c8 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/src/input.h +++ b/src/input.h @@ -49,6 +49,10 @@ // current_eval_string yet. extern bool input_from_eval_string_pending; +// TRUE means that input is coming from a file that was named on +// the command line. +extern bool input_from_command_line_file; + // TRUE means we're parsing a function file. extern bool reading_fcn_file;