Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
777cb2bf
Commit
777cb2bf
authored
Aug 24, 2014
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
parent
a7a68a9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PpContext.h
glslang/MachineIndependent/preprocessor/PpContext.h
+2
-2
No files found.
glslang/MachineIndependent/preprocessor/PpContext.h
View file @
777cb2bf
...
@@ -377,7 +377,7 @@ protected:
...
@@ -377,7 +377,7 @@ protected:
// Scanner used to get source stream characters.
// Scanner used to get source stream characters.
// - Escaped newlines are handled here, invisibly to the caller.
// - Escaped newlines are handled here, invisibly to the caller.
// - All forms of newline are handled, and turned into just a '\n'.
// - All forms of newline are handled, and turned into just a '\n'.
int
tStringInput
::
getch
()
int
getch
()
{
{
int
ch
=
input
->
get
();
int
ch
=
input
->
get
();
...
@@ -415,7 +415,7 @@ protected:
...
@@ -415,7 +415,7 @@ protected:
// handled here, invisibly to the caller, meaning have to undo exactly
// 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
// what getch() above does (e.g., don't leave things in the middle of a
// sequence of escaped newlines).
// sequence of escaped newlines).
void
tStringInput
::
ungetch
()
void
ungetch
()
{
{
input
->
unget
();
input
->
unget
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment