aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-18 13:33:42 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-18 13:33:42 +0000
commitde1b82192b0082f55e8927dc1821892622e73a85 (patch)
tree7827e74e3d4181995d4fa67ee9fe4da2d89f68ec /include
parentbabea6b33eb4d2f06542e9ed34e717f60c1b2c94 (diff)
downloadruby-de1b82192b0082f55e8927dc1821892622e73a85.tar.gz
* include/ruby/intern.h (rb_big_hash): Move to internal.h.
* internal.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 643762c3cd..a53cfcb691 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -133,7 +133,6 @@ VALUE rb_big_lshift(VALUE, VALUE);
VALUE rb_big_rshift(VALUE, VALUE);
VALUE rb_big_odd_p(VALUE);
VALUE rb_big_even_p(VALUE);
-VALUE rb_big_hash(VALUE);
/* For rb_integer_pack and rb_integer_unpack: */
/* "MS" in MSWORD and MSBYTE means "most significant" */