From 64fb417473889de0f03bee0f178293ce70623a92 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 27 Feb 2001 07:52:11 +0000 Subject: * time.c (time_timeval): negative time interval shoule not be allowed. * eval.c (proc_call): ignore block to `call' always, despite of being orphan or not. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 5d92800d3a..6c8bd8eba9 100644 --- a/ruby.c +++ b/ruby.c @@ -430,6 +430,10 @@ proc_options(argc, argv) goto reswitch; case 'v': + if (verbose) { + s++; + goto reswitch; + } ruby_show_version(); verbose = 1; case 'w': -- cgit v1.2.3