Menu

#4 fix compilation of grammar.y

open
nobody
Bug Fix (3)
5
2005-08-02
2005-08-02
damienf
No

The following change is necessary to correctly compile
grammar.y on many platforms (I believe it is due to
changes in recent versions of bison).

At the beginning of grammar.y, add:

%{
#define YYSTYPE_IS_DECLARED
%}

Discussion


Log in to post a comment.