Skip to content

Commit

Permalink
Include the Surelog specific changes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-apotell committed Sep 8, 2021
1 parent c9f6a42 commit db9c97c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/SourceCompile/generate_parser_listener.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ proc generate_header { listener } {
puts $oid "namespace SURELOG \{"
puts $oid ""
puts $oid " class SV3_1aTreeShapeListener : public SV3_1aParserBaseListener, public SV3_1aTreeShapeHelper \{"
puts $oid " IMPLEMENT_RTTI(SV3_1aTreeShapeListener, SV3_1aParserBaseListener)"
puts $oid " private:"
puts $oid " "
puts $oid " public:"
Expand All @@ -132,7 +131,6 @@ proc generate_header { listener } {
puts $oid "namespace SURELOG \{"
puts $oid ""
puts $oid " class SV3_1aPpTreeShapeListener : public SV3_1aPpParserBaseListener , public SV3_1aPpTreeListenerHelper \{"
puts $oid " IMPLEMENT_RTTI(SV3_1aPpTreeShapeListener, SV3_1aPpParserBaseListener)"
puts $oid ""
puts $oid " public:"
puts $oid ""
Expand Down
2 changes: 1 addition & 1 deletion third_party/antlr4

0 comments on commit db9c97c

Please sign in to comment.