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

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