blob: 7d9922de96d1e0975f539ddf97b65191028e4973 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** ../pwlib/src/ptlib/common/getdate.y.orig Mon Oct 8 10:18:11 2001
--- ../pwlib/src/ptlib/common/getdate.y Mon Oct 8 10:18:25 2001
*************** struct Variables {
*** 99,105 ****
#define VARIABLE ((struct Variables*)parseParam)
! #define YYPURE
#define YYLEX_PARAM VARIABLE->yyInput
#define YYPARSE_PARAM parseParam
--- 99,105 ----
#define VARIABLE ((struct Variables*)parseParam)
! #define YYPURE 1
#define YYLEX_PARAM VARIABLE->yyInput
#define YYPARSE_PARAM parseParam
|