2013-09-26 17:14:40 +02:00

22 lines
517 B
Plaintext

$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