changeset 2240:e759180dd7db

[project @ 1996-05-22 02:42:17 by jwe]
author jwe
date Wed, 22 May 1996 02:42:17 +0000
parents 4d12b52750cb
children d37f86731806
files src/octave.cc
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave.cc	Wed May 22 02:38:16 1996 +0000
+++ b/src/octave.cc	Wed May 22 02:42:17 1996 +0000
@@ -98,7 +98,7 @@
 
 // TRUE means we read the site-wide octaverc files.
 // (--norc; --no-site-file; -f)
-bool bool read_site_files = true;
+static bool read_site_files = true;
 
 // Nonzero means we don't print the usual startup message.
 // (--quiet; --silent; -q)
@@ -129,8 +129,10 @@
 #define EXEC_PATH_OPTION 1
 #define INFO_FILE_OPTION 2
 #define INFO_PROG_OPTION 3
-#define NO_LINE_EDITING_OPTION 4
-#define TRADITIONAL_OPTION 5
+#define NO_INIT_FILE_OPTION 4
+#define NO_LINE_EDITING_OPTION 5
+#define NO_SITE_FILE_OPTION 6
+#define TRADITIONAL_OPTION 7
 long_options long_opts[] =
   {
     { "debug",            prog_args::no_arg,       0, 'd' },