Make some portability improvements identified by Christophe: A few size_t, a couple...
authorJohn Kessenich <cepheus@frii.com>
Fri, 4 Oct 2013 02:27:06 +0000 (02:27 +0000)
committerJohn Kessenich <cepheus@frii.com>
Fri, 4 Oct 2013 02:27:06 +0000 (02:27 +0000)
commite50441ad94fe1b017057cd720fe217bf2471866c
tree3a1d4e06cfea5752b3adc708177d7b654b8c1e08
parent61c2d1410a89c9e1a492621190560f69f5ab36dd
Make some portability improvements identified by Christophe: A few size_t, a couple "../Include", and a whole bunch of parenthesizing "(A && B) || (C && D)", because some compilers don't believe humans know && is higher precedence than ||.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23379 e7fa87d3-cd2b-0410-9028-fcbf551c1848
12 files changed:
glslang/MachineIndependent/InfoSink.cpp
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Initialize.h
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/PoolAlloc.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/Scan.h
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/preprocessor/PpContext.cpp
glslang/MachineIndependent/preprocessor/PpContext.h