diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-15 09:02:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-15 09:02:19 +0000 |
| commit | 8389728652450fba1821111d453a7a950d579b70 (patch) | |
| tree | 7b190c4d192bb26ed6e3af9680c871465d36ec2e /ruby.c | |
| parent | d6c3379fe82b0e9cd114c9f2b0d3e87a56634bce (diff) | |
| download | ruby-8389728652450fba1821111d453a7a950d579b70.tar.gz ruby-8389728652450fba1821111d453a7a950d579b70.tar.xz ruby-8389728652450fba1821111d453a7a950d579b70.zip | |
* include/ruby/intern.h (rb_argv): replaced with rb_get_argv().
[ruby-Bugs-19514]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -66,9 +66,6 @@ VALUE rb_parser_set_yydebug(VALUE, VALUE); const char *ruby_get_inplace_mode(void); void ruby_set_inplace_mode(const char *); -extern VALUE rb_get_argv(void); -#define rb_argv rb_get_argv() - #define DISABLE_BIT(bit) (1U << disable_##bit) enum disable_flag_bits { disable_gems, |
