--- parser3/src/main/compile.y 2003/03/11 14:58:33 1.204.2.7 +++ parser3/src/main/compile.y 2003/03/12 12:04:24 1.204.2.8 @@ -5,7 +5,7 @@ Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.y,v 1.204.2.7 2003/03/11 14:58:33 paf Exp $ + $Id: compile.y,v 1.204.2.8 2003/03/12 12:04:24 paf Exp $ */ /** @@ -44,7 +44,9 @@ static int yylex(YYSTYPE *lvalp, void *p // local convinient inplace typecast & var +#undef PC #define PC (*(parse_control *)pc) +#undef POOL #define POOL (*PC.pool) #ifndef DOXYGEN %}