From 5c1aebf44e8fa06019c43a1f8ddda2f96927400e Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:52:37 +0900 Subject: [PATCH] Add a newline at the end of C_DECLARATION in epilogue --- template/bison/yacc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/template/bison/yacc.c b/template/bison/yacc.c index 8f6ad856..15abbe54 100644 --- a/template/bison/yacc.c +++ b/template/bison/yacc.c @@ -2118,3 +2118,4 @@ YYLTYPE yylloc = yyloc_default; #line <%= output.aux.epilogue_first_lineno - 1 %> "<%= output.grammar_file_path %>" <%= output.aux.epilogue -%> +