asm: add newlines to the ends of yaccprt[134].y

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
Vegard Nossum
2009-06-11 09:05:16 +02:00
parent 85f382ffad
commit 26150fa9d4
3 changed files with 3 additions and 3 deletions

View File

@@ -495,4 +495,4 @@ reg_rr : T_MODE_BC_IND { $$ = REG_BC_IND }
| T_MODE_HL_INDDEC { $$ = REG_HL_INDDEC }
;
%%
%%

View File

@@ -429,4 +429,4 @@ void out_ZPByte( struct Expression *expr )
%token T_POP_PUSHS
%token T_POP_POPO
%token T_POP_PUSHO
%token T_POP_OPT
%token T_POP_OPT

View File

@@ -529,4 +529,4 @@ string : T_STRING
{ strcpy($$,$3); strupr($$); }
| T_OP_STRLWR '(' string ')'
{ strcpy($$,$3); strlwr($$); }
;
;