From: Ollivier Robert Date: 2009-04-15T18:13:39+09:00 Subject: [ruby-core:23210] [Bug #1382] inline functions ought to be static Bug #1382: inline functions ought to be static http://redmine.ruby-lang.org/issues/show/1382 Author: Ollivier Robert Status: Open, Priority: Normal Category: core ruby -v: ruby 1.9.2dev (2009-04-14) [i386-darwin9.6.0] While compiling Ruby with ongoing versions of clang/llvm, it appeared that rb_reserved_word, an inline function in lex.c.blt which is included in parse.y is not declared as static as it apparently should (C99). gcc supports it. Fix Ruby for clang. ---------------------------------------- http://redmine.ruby-lang.org