Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
a22df6cf
Commit
a22df6cf
authored
Dec 03, 2008
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
parents
1a9446eb
8c741ede
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shared/cplusplus/Lexer.cpp
shared/cplusplus/Lexer.cpp
+1
-1
shared/cplusplus/Lexer.h
shared/cplusplus/Lexer.h
+1
-1
No files found.
shared/cplusplus/Lexer.cpp
View file @
a22df6cf
...
...
@@ -221,7 +221,7 @@ void Lexer::scan_helper(Token *tok)
return
;
}
char
ch
=
_yychar
;
unsigned
char
ch
=
_yychar
;
yyinp
();
switch
(
ch
)
{
...
...
shared/cplusplus/Lexer.h
View file @
a22df6cf
...
...
@@ -132,7 +132,7 @@ private:
const
char
*
_currentChar
;
const
char
*
_lastChar
;
const
char
*
_tokenStart
;
char
_yychar
;
unsigned
char
_yychar
;
int
_state
;
union
{
unsigned
_flags
;
...
...
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