diff src/toplev.h @ 1516:14d8c0a838c1

[project @ 1995-10-03 13:21:12 by jwe]
author jwe
date Tue, 03 Oct 1995 13:22:22 +0000
parents 89c587478067
children 0d9e10d10bd7
line wrap: on
line diff
--- a/src/toplev.h
+++ b/src/toplev.h
@@ -90,6 +90,10 @@
 // The command-line options.
 extern Octave_str_obj 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;
+
 #endif
 
 /*