Просмотр исходного кода
Fix graphviz parser build. Don't know how, but neither the current version,
nor the one before my V2 tweaks did not compile --- while it did compile
previosly.
* yystype.h
(YYSTYPE_IS_DECLARED): Define this, so that generated parser don't try
to redefine YYSTYPE to be int.
* graphviz_lex.l: Include 'yystype.h' right at the beginning, before generated
parser header, so that the above change takes effect.
[SVN r18248]