Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Photran 6 support for C preprocessor

> MODULE TEST
> CHARACTER(LEN=*), PARAMETER    ::    COMPILE_DATE =    __DATE__
> LOGICAL    ::    INTERACTIVE    =    .FALSE.
> END MODULE TEST

This example works fine for me.  If you click on File > Display
Preprocessed Source, what sort of output do you get?

Jeff


Back to the top