Bison generated C++ code. Consist with following simple bug.
version - 2.4.1
skeleton - lalr1.cc

For every prefix & every class name it generates the same define guard
PARSER_HEADER_H, to guard the parser class. This causes to two parsers
un-usable in the same program.

Suggestion : Prefix the macro with provided class name.
-- 
____________________________
A.M Nuwan Abeysinghe


Reply via email to