Skip to content

Commit

Permalink
Fix pascal tag initizalization
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Aug 6, 2016
1 parent 0ec3590 commit 0650707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ctags/parsers/pascal.c
Expand Up @@ -48,6 +48,9 @@ static void createPascalTag (tagEntryInfo* const tag,
tag->extensionFields.signature = arglist;
tag->extensionFields.varType = vartype;
}
else
/* TODO: Passing NULL as name makes an assertion behind initTagEntry failure */
initTagEntry (tag, NULL, NULL);
}

static void makePascalTag (const tagEntryInfo* const tag)
Expand Down

0 comments on commit 0650707

Please sign in to comment.