From 8e3bf17b03f823872e03c4af617c47390411f3b6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Dec 2008 01:20:57 +0000 Subject: * complex.c, rational.c: do not use RUBY_VERSION_CODE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'complex.c') diff --git a/complex.c b/complex.c index 6dc09526d5..a7c01da670 100644 --- a/complex.c +++ b/complex.c @@ -320,9 +320,7 @@ f_complex_new_bang2(VALUE klass, VALUE x, VALUE y) return nucomp_s_new_internal(klass, x, y); } -#ifndef RUBY_VERSION_CODE -#include "version.h" -#endif +#define RUBY_VERSION_CODE 0 #if RUBY_VERSION_CODE < 200 #define CANON -- cgit v1.2.3