Open AaronNGray opened 8 years ago
Missing {} on %define api.prefix parameter causes bug in *.tab.h
%define api.prefix LexicalGenerator_yy
needs to be :-
%define api.prefix {LexicalGenerator_yy}
causes the following to be appended to the *.tab.h file :-
'_m4eof' _m4eof
I have two different versions one requires {}'s the other does not will check out which is which.
Missing {} on %define api.prefix parameter causes bug in *.tab.h
needs to be :-
causes the following to be appended to the *.tab.h file :-