Fix the few non-portable uses of "char" (where a -1 might be relevant): All...
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
Showing
- StandAlone/StandAlone.cpp 9 additions, 9 deletionsStandAlone/StandAlone.cpp
- glslang/Include/InfoSink.h 1 addition, 1 deletionglslang/Include/InfoSink.h
- glslang/Include/Types.h 2 additions, 2 deletionsglslang/Include/Types.h
- glslang/Include/revision.h 2 additions, 2 deletionsglslang/Include/revision.h
- glslang/MachineIndependent/InfoSink.cpp 1 addition, 1 deletionglslang/MachineIndependent/InfoSink.cpp
- glslang/MachineIndependent/ParseHelper.cpp 5 additions, 5 deletionsglslang/MachineIndependent/ParseHelper.cpp
- glslang/MachineIndependent/ParseHelper.h 13 additions, 13 deletionsglslang/MachineIndependent/ParseHelper.h
- glslang/MachineIndependent/PoolAlloc.cpp 2 additions, 2 deletionsglslang/MachineIndependent/PoolAlloc.cpp
- glslang/MachineIndependent/Scan.cpp 4 additions, 4 deletionsglslang/MachineIndependent/Scan.cpp
- glslang/MachineIndependent/Scan.h 3 additions, 3 deletionsglslang/MachineIndependent/Scan.h
- glslang/MachineIndependent/Versions.cpp 8 additions, 8 deletionsglslang/MachineIndependent/Versions.cpp
- glslang/MachineIndependent/preprocessor/PpAtom.cpp 5 additions, 5 deletionsglslang/MachineIndependent/preprocessor/PpAtom.cpp
- glslang/MachineIndependent/preprocessor/PpContext.h 11 additions, 11 deletionsglslang/MachineIndependent/preprocessor/PpContext.h
- glslang/MachineIndependent/preprocessor/PpSymbols.cpp 3 additions, 3 deletionsglslang/MachineIndependent/preprocessor/PpSymbols.cpp
- glslang/MachineIndependent/preprocessor/PpTokens.cpp 3 additions, 3 deletionsglslang/MachineIndependent/preprocessor/PpTokens.cpp
Loading
Please register or sign in to comment