glsl: Rename [u]int64_t tokens.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 21 Jan 2017 03:14:45 +0000 (19:14 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 21 Jan 2017 03:39:20 +0000 (19:39 -0800)
commitbb5db5564ffa5beeda19279c67fca5f623a36d03
treece2546e3ffcb364ae8535dd60dee3c144ec3be3f
parent892781d6c7d31317dba6958a340d676f55c30034
glsl: Rename [u]int64_t tokens.

basetsd.h on Windows defines INT64 and UINT64 typedefs which conflict
with these.  Append "_TOK" to avoid conflicts.

Should fix the Windows build.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/glsl/glsl_lexer.ll
src/compiler/glsl/glsl_parser.yy