summaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-25 09:03:08 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-25 09:03:08 +0000
commit1ad0350eed7825686e32e1fd6d058c5c5f7ca213 (patch)
treee7880ae217a2a58dbe35bcf0f94744bc03805e08 /ruby.c
parent0d2a06406ebd4f99046373e815473ed99046f7fe (diff)
downloadruby-1ad0350eed7825686e32e1fd6d058c5c5f7ca213.tar.gz
ruby-1ad0350eed7825686e32e1fd6d058c5c5f7ca213.tar.xz
ruby-1ad0350eed7825686e32e1fd6d058c5c5f7ca213.zip
19991125
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ruby.c b/ruby.c
index 5a1a58c89..a38a5f1f6 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;