[Info-vax] Architecture specific code in VMS Fortran
glen herrmannsfeldt
gah at ugcs.caltech.edu
Mon Oct 3 14:05:32 EDT 2011
Bob Koehler <koehler at eisner.nospam.encompasserve.org> wrote:
(snip, someone wrote)
>> Which C preprocessor is "the C preprocessor"? For
>> _portable_ (-to-antiquity) code, one leaves the "#" in column
>> one, and indents the remainder of the directive. For
>> example:
> The one ANSI says it is. And there's a huge volume of code on
> the 'net that use it, so it's not isolated to a few compilers.
Fortran that uses a preprocessor commonly uses the pre-ANSI C
preprocessor. There are some legal Fortran character sequences
that cause problems with the ANSI version.
As the subject is Fortran, that might be significant.
(Many Fortran compilers have the ability to call the C preprocessor
to process the input before compiling it.)
-- glen
More information about the Info-vax
mailing list