From eb6579e6474126b56e32ff8951c2ba5fee064791 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 3 Jun 2012 19:26:58 +0000 Subject: * marshal.c: experimental test aborted. * complex.c: ditto. * rational.c: ditto. * include/ruby/intern.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index e963d99b06..9690964ac8 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -147,9 +147,6 @@ VALUE rb_rational_new(VALUE, VALUE); VALUE rb_Rational(VALUE, VALUE); #define rb_Rational1(x) rb_Rational((x), INT2FIX(1)) #define rb_Rational2(x,y) rb_Rational((x), (y)) -#ifdef MARSHAL_LOAD_DIRECT -VALUE rb_Rational_marshal_load(VALUE, VALUE); -#endif /* complex.c */ VALUE rb_complex_raw(VALUE, VALUE); #define rb_complex_raw1(x) rb_complex_raw((x), INT2FIX(0)) @@ -161,9 +158,6 @@ VALUE rb_complex_polar(VALUE, VALUE); VALUE rb_Complex(VALUE, VALUE); #define rb_Complex1(x) rb_Complex((x), INT2FIX(0)) #define rb_Complex2(x,y) rb_Complex((x), (y)) -#ifdef MARSHAL_LOAD_DIRECT -VALUE rb_Complex_marshal_load(VALUE, VALUE); -#endif /* class.c */ VALUE rb_class_boot(VALUE); VALUE rb_class_new(VALUE); -- cgit v1.2.3