From ebab487fcd7633038b9272ddbe31c268cda15723 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 Nov 1999 09:03:08 +0000 Subject: 19991125 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 5a1a58c89c..a38a5f1f68 100644 --- a/ruby.c +++ b/ruby.c @@ -117,8 +117,6 @@ NULL extern VALUE rb_load_path; -static VALUE e_script; - #define STATIC_FILE_LENGTH 255 #if defined(_WIN32) || defined(DJGPP) @@ -324,6 +322,7 @@ proc_options(argc, argv) int version = 0; int copyright = 0; int verbose = 0; + VALUE e_script = Qfalse; if (argc == 0) return; -- cgit v1.2.3