From 1ea2f2a492ffb62dfb872efb976bc7fc327f4798 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: svn+ssh://ci.ruby-lang.org/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 a666d5e415..bc0c739cd4 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 57305fd1dc..b2b23f4a21 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 v1.2.3