summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-02 10:05:37 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-02 10:05:37 +0000
commit46c4975d9c25f7f336a23bde080420c5ed29ab0e (patch)
treeebd8f7cd175a477da19c8871a44adab3e933077e /range.c
parente6ab550ac5504c4e5f3b2946749f8381513448ff (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'range.c')
-rw-r--r--range.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/range.c b/range.c
index fbf6b4a280..759dc8f0ab 100644
--- a/range.c
+++ b/range.c
@@ -13,8 +13,6 @@
#include "ruby.h"
static VALUE cRange;
-extern VALUE cNumeric;
-
static ID upto;
static VALUE
@@ -203,8 +201,6 @@ range_length(rng)
return size;
}
-extern VALUE mEnumerable;
-
void
Init_Range()
{