summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_posixtm.y
blob: 30d8c75a2c53a1b225c959d6827d6b3d3718cf23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/posixtm.y.orig	2000-07-22 06:13:16 UTC
+++ src/posixtm.y
@@ -85,6 +85,7 @@ date :
 		   YYABORT;
 		 }
 	       }
+	   ;
 
 year : digitpair {
                    t.tm_year = $1;