mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
495 B
Text
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;}
|
|
;
|