Re: comment and IBM xlf
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 19:24:51 +0000 (UTC)
Fly Away <victor.prosolin@xxxxxxxxx> wrote:
I don't think it's going to work even if you find a way to run cpp
before compilation. My undersdanding (with regard to Fortran) is that
essentially, all cpp does is adding or removing peices of code (written
in Fortran) based on what instructions you give to it.
A true C preprocessor removes comments first. That is,
/*
#include <xyz.h>
*/
is NOT a prerprocessor #include statement.
I am not sure that either fixed or free field Fortran can survive
the C preprocessor, though, so it might be that only modified
preprocessors are used.
-- glen
.
- References:
- comment and IBM xlf
- From: Markus Franke
- Re: comment and IBM xlf
- From: Fly Away
- comment and IBM xlf
- Prev by Date: Re: Stack size, and warnings
- Next by Date: Re: comment and IBM xlf
- Previous by thread: Re: comment and IBM xlf
- Next by thread: While we are on the subject of modules...
- Index(es):
Relevant Pages
|