зеркало из https://github.com/stride3d/xkslang.git
Fix linux build error from last check in.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27836 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
Родитель
a7a68a9b32
Коммит
777cb2bfd8
|
@ -377,7 +377,7 @@ protected:
|
|||
// Scanner used to get source stream characters.
|
||||
// - Escaped newlines are handled here, invisibly to the caller.
|
||||
// - All forms of newline are handled, and turned into just a '\n'.
|
||||
int tStringInput::getch()
|
||||
int getch()
|
||||
{
|
||||
int ch = input->get();
|
||||
|
||||
|
@ -415,7 +415,7 @@ protected:
|
|||
// handled here, invisibly to the caller, meaning have to undo exactly
|
||||
// what getch() above does (e.g., don't leave things in the middle of a
|
||||
// sequence of escaped newlines).
|
||||
void tStringInput::ungetch()
|
||||
void ungetch()
|
||||
{
|
||||
input->unget();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче