Skip to content

Commit

Permalink
Merge pull request #141 from ydah/add-newline
Browse files Browse the repository at this point in the history
Add a newline at the end of C_DECLARATION in epilogue
  • Loading branch information
yui-knk committed Oct 19, 2023
2 parents 58a3f06 + 5c1aebf commit 0be2334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/bison/yacc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2118,3 +2118,4 @@ YYLTYPE yylloc = yyloc_default;
#line <%= output.aux.epilogue_first_lineno - 1 %> "<%= output.grammar_file_path %>"

<%= output.aux.epilogue -%>

0 comments on commit 0be2334

Please sign in to comment.