1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-11-25 09:03:08 +00:00
parent 8e48dc16e9
commit ebab487fcd
14 changed files with 630 additions and 101 deletions

3
ruby.c
View file

@ -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;