# HG changeset patch # User jwe # Date 832732937 0 # Node ID e759180dd7db7959c8a988c50ce253ee3f14d65c # Parent 4d12b52750cb52d142a19dac3f727c16646c00ef [project @ 1996-05-22 02:42:17 by jwe] diff --git a/src/octave.cc b/src/octave.cc --- a/src/octave.cc +++ b/src/octave.cc @@ -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' },