1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/lang/ohugs/files/patch-src::parser.y
Oliver Braun e716d7b351 * Make port respect PREFIX, CFLAGS, LDFLAGS.
* Cleanup patches, use REINPLACE were appropriate.

Approved by:	maintainer
2003-03-05 19:25:55 +00:00

12 lines
480 B
Plaintext

--- src/parser.y.orig Thu Nov 30 00:13:01 2000
+++ src/parser.y Wed Mar 5 18:53:02 2003
@@ -564,7 +564,7 @@
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;}
;