This project is closed and read-only.
Actions
Bug #417
closedpedantic warning/error in header
Bug #417:
pedantic warning/error in header
Description
=begin
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.
=end
Files
Actions