fromGoogleCode / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

Don't set %pure-parser #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C++ parsers are always pure parsers so this leads to an error (when errors are 
warnings):

error: %define variable 'api.pure' is not used

I attached a very simple patch to fix this.

Original issue reported on code.google.com by mingw.an...@gmail.com on 17 Mar 2014 at 12:15

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch!

Original comment by pete.c...@gmail.com on 2 Apr 2014 at 3:01