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

Hi Jeff,

File > Display Preprocessed Source works a charm - this is what I get:

MODULE TEST
CHARACTER(LEN=*), PARAMETER    ::    COMPILE_DATE =    "Feb 19 2011"
LOGICAL    ::    INTERACTIVE    =    .FALSE.
END MODULE TEST

The outline view for this preprocessed source file is fine.
But the parser definitely seems to choke on the non-preprocessed file.


On Fri, Feb 18, 2011 at 4:31 PM, Jeffrey Overbey <overbey2@xxxxxxxxxxxx> wrote:
> 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
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


Back to the top