aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-19 16:08:52 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-19 16:08:52 +0000
commit0577ef16c0b79d911c332f8c753e8767c98d9b08 (patch)
treeb3f700f7754da6c956e13114a5dc08128640866d /include
parent18af1b8052948bc153435bee64395ba3fde74e2b (diff)
downloadruby-0577ef16c0b79d911c332f8c753e8767c98d9b08.tar.gz
* include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move to
internal.h so that they are exported only for ruby itself. * internal.h (rb_big_odd_p, rb_big_even_p): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-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 a53cfcb691..816bc7e140 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -131,8 +131,6 @@ VALUE rb_big_or(VALUE, VALUE);
VALUE rb_big_xor(VALUE, VALUE);
VALUE rb_big_lshift(VALUE, VALUE);
VALUE rb_big_rshift(VALUE, VALUE);
-VALUE rb_big_odd_p(VALUE);
-VALUE rb_big_even_p(VALUE);
/* For rb_integer_pack and rb_integer_unpack: */
/* "MS" in MSWORD and MSBYTE means "most significant" */