commit | 254a485c33c9692f527e33c1423399ce99b1aa2b | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Wed Jun 16 11:51:43 2010 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Jun 21 11:25:30 2010 -0700 |
tree | 0b125e8b3d8656ed8e3d34e2bca64aa4e9ebfa70 | |
parent | 6f510a49d2f3271432844d6b7e2bfe459b2126d4 [diff] [blame] |
Specify %option prefix="glcpp_" in the source code, not the Makefile.
diff --git a/glcpp/glcpp-lex.l b/glcpp/glcpp-lex.l index 0d9a754..cc5f28f 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:]]