From: Peter Bowen Date: 2008-08-11T22:34:53+09:00 Subject: [ruby-core:18240] [Ruby 1.8 - Bug #417] (Open) pedantic warning/error in header Issue #417 has been reported by Peter Bowen. ---------------------------------------- Bug #417: pedantic warning/error in header http://redmine.ruby-lang.org/issues/show/417 Author: Peter Bowen Status: Open Priority: Normal Assigned to: Category: Target version: In node.h, there is a trailing comma on the rb_thread_status enum. If someone is compiling against node.h with -pedantic or strict c89/c90 compliance enabled, this becomes invalid code. ---------------------------------------- http://redmine.ruby-lang.org