aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lrama/template/bison/yacc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lrama/template/bison/yacc.c')
-rw-r--r--tool/lrama/template/bison/yacc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/lrama/template/bison/yacc.c b/tool/lrama/template/bison/yacc.c
index 0e17b46f25..f72d346178 100644
--- a/tool/lrama/template/bison/yacc.c
+++ b/tool/lrama/template/bison/yacc.c
@@ -72,7 +72,6 @@
<%- if output.aux.prologue -%>
/* First part of user prologue. */
#line <%= output.aux.prologue_first_lineno %> "<%= output.grammar_file_path %>"
-
<%= output.aux.prologue %>
#line [@oline@] [@ofile@]
<%- end -%>
@@ -2048,7 +2047,6 @@ yyreturnlab:
<%# b4_percent_code_get([[epilogue]]) -%>
<%- if output.aux.epilogue -%>
#line <%= output.aux.epilogue_first_lineno - 1 %> "<%= output.grammar_file_path %>"
-
<%= output.aux.epilogue -%>
<%- end -%>