summaryrefslogtreecommitdiffstats
path: root/glcpp/glcpp-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp/glcpp-lex.l')
-rw-r--r--glcpp/glcpp-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp/glcpp-lex.l b/glcpp/glcpp-lex.l
index a04e0fabdf8..f17336974e6 100644
--- a/glcpp/glcpp-lex.l
+++ b/glcpp/glcpp-lex.l
@@ -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_"