Fix public bug 1277: #line L sets the next line to L+1 or just L, based on the versio...
authorJohn Kessenich <cepheus@frii.com>
Sat, 20 Dec 2014 07:03:18 +0000 (07:03 +0000)
committerJohn Kessenich <cepheus@frii.com>
Sat, 20 Dec 2014 07:03:18 +0000 (07:03 +0000)
commit2b20dcb64dae3b91bfaf8515e236748fb0eb25aa
treed567bdb4a3304479f8fa2bed9879779684465e73
parent560df7597035203dc38f802d3202692f9fa3cacb
Fix public bug 1277: #line L sets the next line to L+1 or just L, based on the version of the language.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29277 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Test/100.frag
Test/150.vert
Test/baseResults/100.frag.out
Test/baseResults/150.vert.out
Test/baseResults/cppComplexExpr.vert.out
Test/baseResults/cppSimple.vert.out
Test/cppComplexExpr.vert
Test/cppSimple.vert
glslang/MachineIndependent/preprocessor/Pp.cpp