summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
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 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;