diff options
Diffstat (limited to 'net/opal/files')
-rw-r--r-- | net/opal/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab new file mode 100644 index 000000000000..7d9922de96d1 --- /dev/null +++ b/net/opal/files/patch-ab @@ -0,0 +1,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 + |