ref: 26150fa9d4203737d5dff5ba3d4dc5239d93c6e7
parent: 85f382ffad409cb77bc755c484d2445bf1600974
author: Vegard Nossum <[email protected]>
date: Thu Jun 11 05:05:16 EDT 2009
asm: add newlines to the ends of yaccprt[134].y Signed-off-by: Vegard Nossum <[email protected]>
--- a/src/asm/gameboy/yaccprt4.y
+++ b/src/asm/gameboy/yaccprt4.y
@@ -495,4 +495,4 @@
| T_MODE_HL_INDDEC { $$ = REG_HL_INDDEC }
;
-%%
\ No newline at end of file
+%%
--- a/src/asm/yaccprt1.y
+++ b/src/asm/yaccprt1.y
@@ -429,4 +429,4 @@
%token T_POP_PUSHS
%token T_POP_POPO
%token T_POP_PUSHO
-%token T_POP_OPT
\ No newline at end of file
+%token T_POP_OPT
--- a/src/asm/yaccprt3.y
+++ b/src/asm/yaccprt3.y
@@ -529,4 +529,4 @@
{ strcpy($$,$3); strupr($$); }
| T_OP_STRLWR '(' string ')'
{ strcpy($$,$3); strlwr($$); }
-;
\ No newline at end of file
+;