pkgsrc/devel/pwlib/patches/patch-ac
adam b108d863e2 Changes 1.8.3:
* Bug fixes
2004-11-30 16:44:47 +00:00

21 lines
517 B
Text

$NetBSD: patch-ac,v 1.5 2004/11/30 16:44:47 adam Exp $
--- src/ptlib/common/getdate.y.orig 2004-05-18 12:15:11.000000000 +0000
+++ src/ptlib/common/getdate.y
@@ -16,6 +16,7 @@
/* SUPPRESS 288 on yyerrlab *//* Label unused */
+#include <stdio.h>
#include <time.h>
#include <string.h>
#include <ctype.h>
@@ -103,7 +104,7 @@ struct Variables {
#define VARIABLE ((struct Variables*)parseParam)
-#define YYPURE 1
+#define YYPURE 0
#define YYLEX_PARAM VARIABLE->yyInput
#define YYPARSE_PARAM parseParam