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: Bruno Haible
Subject: Re: Protection of snippet in config.h
Date: Mon, 02 Jan 2012 21:48:29 +0100
User-agent: KMail/4.7.4 (Linux/3.1.0-1.2-desktop; KDE/4.7.4; x86_64; ; )

Bastien ROUCARIES wrote:
> I use regularly gnulib for configuring some fortran program.
> 
> Therefore I include config.h in the top of my fortran file.
> Unfortunatly gnulib add some stuff snippet like noreturn in config.h
> that are not really safe from a fortran point of view.

How does the config.h look like that does not work for you?

Do other Fortran compilers, besides g77, support #include directives?

Do they define the macro _LANGUAGE_FORTRAN, like g77 does?

Why are you not using the RATFOR preprocessor?

Bruno




reply via email to

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