Skip to content

Commit

Permalink
Map defines to tm_tag_variable_t of verilog so we get the same output…
Browse files Browse the repository at this point in the history
… as before
  • Loading branch information
techee committed Apr 27, 2024
1 parent e00a268 commit cdf1aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagmanager/tm_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ static TMParserMapEntry map_ABC[] = {

static TMParserMapEntry map_VERILOG[] = {
{'c', tm_tag_variable_t}, // constant
{'d', tm_tag_undef_t}, // define
{'d', tm_tag_variable_t}, // define
{'e', tm_tag_typedef_t}, // event
{'f', tm_tag_function_t}, // function
{'m', tm_tag_class_t}, // module
Expand Down

0 comments on commit cdf1aa1

Please sign in to comment.