Skip to content

Commit

Permalink
slight changes and seperation of multi and single tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
dtischle committed Nov 29, 2023
1 parent d255863 commit 499dc4c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2,805 deletions.
2 changes: 1 addition & 1 deletion src/cpp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ void Printer::Cpp::print_stats_fn(const AST &ast) {

void Printer::Cpp::header_footer(const AST &ast) {
dec_indent();
stream << indent() << " private:" << endl; // printed unter bei cyk()
stream << indent() << " private:" << endl;
inc_indent();
if (ast.checkpoint && !ast.checkpoint->is_buddy) {
nt_tables &tabulated = ast.grammar()->tabulated;
Expand Down
Loading

0 comments on commit 499dc4c

Please sign in to comment.