jonathan-beard / simple_wc_example

simple word count example using flex/bison parser
Apache License 2.0
139 stars 43 forks source link

Minor change to support MSVC 2010 compile. #1

Closed wamckee closed 11 years ago

wamckee commented 11 years ago

MSVC 2010 does not have the header file so we must tell flex to exclude it. Excluding on other platforms is benign.