freebsd-ports/math/oleo/files/patch-src::posixtm.y
Pete Fritchman 37d195a89c Add a patch to fix build with bison in -current.
PR:		46690
Submitted by:	Andreas Schulz <ats@first.fraunhofer.de>
2003-01-02 16:33:58 +00:00

12 lines
217 B
Text

$FreeBSD$
--- src/posixtm.y.orig Thu Jan 2 11:29:14 2003
+++ src/posixtm.y Thu Jan 2 11:30:01 2003
@@ -85,6 +85,7 @@
YYABORT;
}
}
+ ;
year : digitpair {
t.tm_year = $1;