Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] #endif preprocessor directive confuses parser

We use the Fortran pre processor quite frequently in our code. Unfortunately, the #endif directive appears to confuse the parser. I'm getting the error

Lexer Error .... Unexpected character #

Is there a way to tell the parser to ignore endif's with a preceeding #.

Thanks...
--Chuck



Back to the top