From a5dcc4437e3354996f8242503d678f0eb5193809 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 26 Dec 2000 08:08:50 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index d1f1a32321..da7bba3578 100644 --- a/parse.y +++ b/parse.y @@ -2043,10 +2043,7 @@ rb_compile_file(f, file, start) return yycompile(strdup(f), start); } -#if defined(__GNUC__) && __GNUC__ >= 2 -__inline__ -#endif -static int +static INLINE int nextc() { int c; @@ -2794,7 +2791,7 @@ arg_ambiguous() rb_warning("ambiguous first argument; make sure"); } -#ifndef strtod +#if !defined(strtod) && !defined(HAVE_STDLIB_H) double strtod (); #endif -- cgit v1.2.3