ports/lang/ohugs/files/patch-src_parser.y
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
495 B
Text

--- src/parser.y.orig 2000-11-29 23:13:01 UTC
+++ src/parser.y
@@ -564,7 +564,7 @@ gen : mexp FROM exp
handle : HANDLE beg malts end {$$ = gc4(rev($3));}
;
ohandle : handle {$$ = $1;}
- | /*empty*/ {$$ = gc0(NIL);}
+ | /*empty*/ {$$ = gc0(NIL);};
mexp : mopExp COCO sigType {$$ = gc3(ap(ESIGN,pair($1,$3)));}
| mopExp {$$ = $1;}
;