Skip to content

Commit 7161581

Browse files
committed
parsing with preprocessor directives
1 parent 1201bc8 commit 7161581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fortran/ofp/XMLPrinterBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ public void cleanUp() {
673673
propagateBounds(context);
674674
try {
675675
insertTokens(context, FortranLexer.LINE_COMMENT, "comment", "text");
676+
insertTokens(context, FortranLexer.PREPROCESS_LINE, "directive", "text");
676677
} catch (IOException error) {
677678
error.printStackTrace();
678679
System.exit(1);

0 commit comments

Comments
 (0)