summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-15 11:43:14 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-15 11:43:14 +0000
commitb3c17635c2ad52b7afa76af39868613e2edf47c2 (patch)
tree8eb1e3c3369a5ef1afe080250f2607964b7b143d /include/ruby
parent55c6c4edda5c72138b1c1387d217d246f14039b6 (diff)
merges r29223 from trunk into ruby_1_9_2.
-- * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed zombie prototype declarations. a patch from Eric Hodel at [ruby-core:32305]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index e46e19aac4..af97c2a9b8 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -563,8 +563,6 @@ VALUE rb_reg_init_str(VALUE re, VALUE s, int options);
VALUE rb_reg_match(VALUE, VALUE);
VALUE rb_reg_match2(VALUE);
int rb_reg_options(VALUE);
-void rb_set_kcode(const char*);
-const char* rb_get_kcode(void);
/* ruby.c */
#define rb_argv rb_get_argv()
RUBY_EXTERN VALUE rb_argv0;