On Wed, 2008-03-26 at 16:42 -0700, Vadim Zaliva wrote:
On Mar 26, 2008, at 16:24, David Lutterkort wrote:
> This is very strange since the NORETURN macro is defined by ruby-devel
> (for gcc it amounts to __attribute__((noreturn)) )
It seems that gcc-4.1.1/gcc-4.1.2 don't like __attribute__((noreturn))
after the function declaration if that's also the function definition; I
checked a fix into the mercurial repo.
David