commit | b78c9ddfbfecb983f7ab519bb07889333bdab959 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Wed Jun 16 16:58:31 2010 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Jun 21 11:31:56 2010 -0700 |
tree | 4aa66a736f4324efc165770435ad43a23f888e53 | |
parent | db938103c7d22a3bd4b14202f7f69f273840f2cc [diff] [blame] |
glcpp: Set locations on tokens.
diff --git a/glcpp/glcpp.h b/glcpp/glcpp.h index 1d139af..2d4c847 100644 --- a/glcpp/glcpp.h +++ b/glcpp/glcpp.h
@@ -72,6 +72,7 @@ struct token { int type; YYSTYPE value; + YYLTYPE location; }; typedef struct token_node {