glcpp: Add plumbing to support line locations.

This commit is contained in:
Kenneth Graunke
2010-06-16 16:35:57 -07:00
parent f70f60739a
commit 465e03ee07
3 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include "glcpp-parse.h"
%}
%option bison-bridge reentrant noyywrap
%option bison-bridge bison-locations reentrant noyywrap
%option extra-type="glcpp_parser_t *"
%option prefix="glcpp_"