Actions
Bug #417
closedpedantic 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
Updated by shyouhei (Shyouhei Urabe) almost 16 years ago
- Assignee set to shyouhei (Shyouhei Urabe)
=begin
=end
Updated by marcandre (Marc-Andre Lafortune) about 15 years ago
- Status changed from Open to Closed
- ruby -v set to -
=begin
Closing this issue since it appears to be fixed in ruby 1.8's code as well as 1.9 (enum is now in vmcore.h)
=end
Actions
Like0
Like0Like0