Fix the few non-portable uses of "char" (where a -1 might be relevant): All uses...
authorJohn Kessenich <cepheus@frii.com>
Tue, 18 Feb 2014 23:37:57 +0000 (23:37 +0000)
committerJohn Kessenich <cepheus@frii.com>
Tue, 18 Feb 2014 23:37:57 +0000 (23:37 +0000)
commit51cdd90fa80f81b3f6162f3b26ece8b9f0df30e7
treeff5b26006fe43f008ff0cc91bd0296680a34fc8c
parent52c351442ced0424b32da014d84d7ee1e9b2a490
Fix the few non-portable uses of "char" (where a -1 might be relevant): All uses of char are now either "int", "unsigned char" or char arrays for storing strings.  Also, went to consistent "char* foo" coding convention.  (There were only a few ambiguous uses.)

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25400 e7fa87d3-cd2b-0410-9028-fcbf551c1848
15 files changed:
StandAlone/StandAlone.cpp
glslang/Include/InfoSink.h
glslang/Include/Types.h
glslang/Include/revision.h
glslang/MachineIndependent/InfoSink.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/PoolAlloc.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/Scan.h
glslang/MachineIndependent/Versions.cpp
glslang/MachineIndependent/preprocessor/PpAtom.cpp
glslang/MachineIndependent/preprocessor/PpContext.h
glslang/MachineIndependent/preprocessor/PpSymbols.cpp
glslang/MachineIndependent/preprocessor/PpTokens.cpp