depending on old bison behaviour (#define YYPURE) which no longer works. Fixes crash of opengk and maybe more. - Bump PORTREVISION of ports using pwlib (they link with it statically) PR: ports/61053 Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk> Approved by: clement (mentor)
7 lines
230 B
Text
7 lines
230 B
Text
--- src/ptlib/common/getdate.y.orig Fri Jan 24 21:21:06 2003
|
|
+++ src/ptlib/common/getdate.y Sun May 15 14:41:11 2005
|
|
@@ -1,3 +1,4 @@
|
|
+%pure-parser
|
|
%{
|
|
/*
|
|
** Originally written by Steven M. Bellovin <smb@research.att.com> while
|