From 7ea2ceddb832b9973694fecac9fe3c30400735ba Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 Jan 1998 12:19:22 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r11, which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- range.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'range.c') diff --git a/range.c b/range.c index b7406a1e7a..9596e07f93 100644 --- a/range.c +++ b/range.c @@ -12,7 +12,6 @@ #include "ruby.h" -VALUE mComparable; static VALUE cRange; extern VALUE cNumeric; @@ -170,6 +169,8 @@ range_inspect(range) return str; } +VALUE enum_length(); + static VALUE range_length(rng) VALUE rng; -- cgit v1.2.3