aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--include/ruby/intern.h1
2 files changed, 4 insertions, 1 deletions
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 <nobu@ruby-lang.org>
+
+ * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ]
+
Tue Apr 15 17:10:59 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* 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*);