Actions
Bug #1382
closedinline functions ought to be static
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-04-14) [i386-darwin9.6.0]
Backport:
Description
=begin
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.
=end
Files
Actions
Like0
Like0Like0Like0Like0