From: Gioele Barabucci Date: 2006-01-24T21:37:44+09:00 Subject: Re: Two Lines of C in Ruby Source On Tuesday 24 January 2006 09:53, Brian Takita wrote: > #ifdef HAVE_PROTOTYPES > # define _(args) args > #else > # define _(args) () > #endif Are there still compilers that don't support function prototypes? -- Gioele