glcpp: Remove spurious newline generated by #version handling.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 16 Aug 2010 20:42:04 +0000 (13:42 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 16 Aug 2010 20:43:35 +0000 (13:43 -0700)
commit6be3a8b70af4ba4fa4d037d54ecf6d5f055edbc9
treeac754fd7a351f91e741a95ddb887d8f580810488
parentfc63e37b971b641dfdff000ba353c4810414c20e
glcpp: Remove spurious newline generated by #version handling.

This was causing line numbering to be off by one.  The newline comes
from the NEWLINE token at the end of the line; there's no need to
insert one.
src/glsl/glcpp/glcpp-lex.l
src/glsl/glcpp/glcpp-parse.y