Skip to content

Commit

Permalink
Fortran: fix wrongly specified xtag type
Browse files Browse the repository at this point in the history
TODO: test cases

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed May 9, 2023
1 parent d0e1817 commit fd601e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/fortran.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ static void makeFortranLinkNameTag(tagEntryInfo *e)

tagEntryInfo ln_e = *e;
ln_e.name = vStringValue (ln);
markTagExtraBit (&ln_e, X_LINK_NAME);
markTagExtraBit (&ln_e, FortranXtagTable[X_LINK_NAME].xtype);
makeTagEntry (&ln_e);
vStringDelete (ln);
}
Expand Down

0 comments on commit fd601e0

Please sign in to comment.