* 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
This commit is contained in:
parent
8cb17727c4
commit
1ea2f2a492
@ -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
|
||||
|
@ -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*);
|
||||
|
Loading…
x
Reference in New Issue
Block a user