mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
T++ style adjustments...
git-svn-id: svn://ultimatepp.org/upp/trunk@431 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
276d631b23
commit
7cee0fd8a8
11 changed files with 1980 additions and 191 deletions
|
|
@ -152,7 +152,7 @@ void Lex::Next()
|
|||
{
|
||||
grounding = false;
|
||||
while((byte)*ptr <= ' ') {
|
||||
if(*ptr == '\1')
|
||||
if(*ptr == '\2')
|
||||
grounding = true;
|
||||
if(*ptr == '\0') return;
|
||||
ptr++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue