From 55f89a924dc750ac09319c2fbeb91f346553f30d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Dec 2000 13:23:51 +0000 Subject: [PATCH] Added definition of YYSTYPE. --- librfc822/address.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librfc822/address.y b/librfc822/address.y index 1409167..4436b84 100644 --- a/librfc822/address.y +++ b/librfc822/address.y @@ -20,6 +20,8 @@ %{ /* Definitions we need in the parser. */ +#define YYSTYPE char * + #include #ifdef DEBUG_DMALLOC # include