ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK
authorBrian Paul <brianp@vmware.com>
Fri, 4 Sep 2009 15:06:40 +0000 (09:06 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 4 Sep 2009 15:17:59 +0000 (09:17 -0600)
commit3fedd08779c2bc4a5f02c035e7ca4cab5da649dd
treeb559cd2b06d37e18b869ffafb451867e8e7cd72a
parent40636fe6f2763e6be4141516a9eba5004b371915
ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK

Fixes symbol collisions with typedefs in Microsoft headers.
Perhaps we should prefix/suffix all the lexer tokens to avoid this.
src/mesa/shader/lex.yy.c
src/mesa/shader/program_lexer.l
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.tab.h
src/mesa/shader/program_parse.y