Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a22df6cf
Commit
a22df6cf
authored
Dec 03, 2008
by
Friedemann Kleint
Browse files
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
Show whitespace changes
Inline
Side-by-side
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