summaryrefslogtreecommitdiff
path: root/ext/-test-/bignum/bigzero.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-14 15:29:10 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-14 15:29:10 +0000
commitab9bc151e828843b9d9170754f4ba4d92ef85750 (patch)
tree83b20f332afc1f38ba0a0ad5f7319f07125ea022 /ext/-test-/bignum/bigzero.c
parentd8633ac16c91cce0ecf83f089fb6fd89e04d0029 (diff)
* include/ruby/ruby.h,
internal.h, ext/-test-/bignum/bigzero.c: Hide a Bignum definition. [ruby-core:42891] [Feature #6083] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/bignum/bigzero.c')
-rw-r--r--ext/-test-/bignum/bigzero.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/bignum/bigzero.c b/ext/-test-/bignum/bigzero.c
index 2f7c272744..21f8a339d9 100644
--- a/ext/-test-/bignum/bigzero.c
+++ b/ext/-test-/bignum/bigzero.c
@@ -1,4 +1,5 @@
#include "ruby.h"
+#include "internal.h"
static VALUE
bug_big_zero(VALUE self, VALUE length)