summaryrefslogtreecommitdiff
path: root/glcpp/glcpp-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp/glcpp-lex.l')
-rw-r--r--glcpp/glcpp-lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcpp/glcpp-lex.l b/glcpp/glcpp-lex.l
index 0d9a75415a..cc5f28f8f8 100644
--- a/glcpp/glcpp-lex.l
+++ b/glcpp/glcpp-lex.l
@@ -31,6 +31,7 @@
%option reentrant noyywrap
%option extra-type="glcpp_parser_t *"
+%option prefix="glcpp_"
SPACE [[:space:]]
NONSPACE [^[:space:]]