From d6c3379fe82b0e9cd114c9f2b0d3e87a56634bce Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Apr 2008 08:55:17 +0000 Subject: * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ include/ruby/intern.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a666d5e41..bc0c739cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 15 17:55:15 2008 Nobuyoshi Nakada + + * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ] + Tue Apr 15 17:10:59 2008 Kazuhiro NISHIYAMA * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 57305fd1d..b2b23f4a2 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -480,7 +480,6 @@ int rb_reg_options(VALUE); void rb_set_kcode(const char*); const char* rb_get_kcode(void); /* ruby.c */ -RUBY_EXTERN VALUE rb_argv; RUBY_EXTERN VALUE rb_argv0; void *rb_load_file(const char*); void ruby_script(const char*); -- cgit