From b60a365763c4abce061a49c2e68b1105f81fe598 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 27 Mar 2001 07:10:58 +0000 Subject: * eval.c (rb_mod_define_method): should have clear method cache. * eval.c (rb_mod_define_method): should have raised exception for type error. * ruby.h: changed "extern INLINE" to "static inline". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5d299d88f6..fc46d4e975 100644 --- a/configure.in +++ b/configure.in @@ -378,9 +378,6 @@ AC_C_BIGENDIAN AC_C_CONST AC_C_CHAR_UNSIGNED AC_C_INLINE -if test "$ac_cv_c_inline" = no; then - AC_DEFINE(NO_C_INLINE) -fi AC_CACHE_CHECK(whether right shift preserve sign bit, rb_cv_rshift_sign, [AC_TRY_RUN([ -- cgit v1.2.3