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
Updated by shyouhei (Shyouhei Urabe) over 17 years ago
- Assignee set to shyouhei (Shyouhei Urabe)
=begin
=end
Updated by marcandre (Marc-Andre Lafortune) about 17 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