AaronNGray / winflexbison

Windows Visual Studio 2015 Version of winflexbision
http://sourceforge.net/projects/winflexbison/
4 stars 4 forks source link

Missing {} on %define api.prefix parameter causes bug in *.tab.h #1

Open AaronNGray opened 8 years ago

AaronNGray commented 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
AaronNGray commented 8 years ago

I have two different versions one requires {}'s the other does not will check out which is which.