mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
asm: add newlines to the ends of yaccprt[134].y
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
@@ -495,4 +495,4 @@ reg_rr : T_MODE_BC_IND { $$ = REG_BC_IND }
|
|||||||
| T_MODE_HL_INDDEC { $$ = REG_HL_INDDEC }
|
| T_MODE_HL_INDDEC { $$ = REG_HL_INDDEC }
|
||||||
;
|
;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|||||||
@@ -429,4 +429,4 @@ void out_ZPByte( struct Expression *expr )
|
|||||||
%token T_POP_PUSHS
|
%token T_POP_PUSHS
|
||||||
%token T_POP_POPO
|
%token T_POP_POPO
|
||||||
%token T_POP_PUSHO
|
%token T_POP_PUSHO
|
||||||
%token T_POP_OPT
|
%token T_POP_OPT
|
||||||
|
|||||||
@@ -529,4 +529,4 @@ string : T_STRING
|
|||||||
{ strcpy($$,$3); strupr($$); }
|
{ strcpy($$,$3); strupr($$); }
|
||||||
| T_OP_STRLWR '(' string ')'
|
| T_OP_STRLWR '(' string ')'
|
||||||
{ strcpy($$,$3); strlwr($$); }
|
{ strcpy($$,$3); strlwr($$); }
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user