blob: 45b4c5b0bc9557ff824ae00884f1fb99af048cc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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
|