bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Protection of snippet in config.h


From: Paul Eggert
Subject: Re: Protection of snippet in config.h
Date: Mon, 02 Jan 2012 10:06:46 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 01/02/12 07:46, Bastien ROUCARIES wrote:
> Unfortunatly gnulib add some stuff snippet like noreturn in config.h
> that are not really safe from a fortran point of view.

Could you explain the problem a bit more?  I wasn't aware
that Fortran code used the identifier "_Noreturn".

I suppose you could do something like this:

  #include <config.h>
  #undef _Noreturn

and package this up into a .h file that your Fortran programs
include.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]