From: Peter Bowen Date: 2008-08-09T07:21:40+09:00 Subject: [ruby-core:18211] [Ruby 1.8 - Bug #414] (Open) Invalid C preprocessor code Issue #414 has been reported by Peter Bowen. ---------------------------------------- Bug #414: Invalid C preprocessor code http://redmine.ruby-lang.org/issues/show/414 Author: Peter Bowen Status: Open Priority: Normal Assigned to: Category: Target version: ext/socket/socket.c contains a set of preprocessor that are invalid. Normally they do not get executed due to the #ifndef, but if they do they cause an error. This was found it ruby_1_8_6 branch. Patch is from Red Hat. ---------------------------------------- http://redmine.ruby-lang.org