diff options
Diffstat (limited to 'soltools/cpp/_lex.c')
-rw-r--r-- | soltools/cpp/_lex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/soltools/cpp/_lex.c b/soltools/cpp/_lex.c index b732e5398bf7..94f218a536ef 100644 --- a/soltools/cpp/_lex.c +++ b/soltools/cpp/_lex.c @@ -371,7 +371,6 @@ continue2: tp->type = UNCLASS; tp->t = ip; tp->wslen = 0; - tp->flag = 0; state = START; for (;;) { @@ -532,7 +531,6 @@ continue2: runelen = 1; s->lineinc = 0; tp->type = COMMENT; - tp->flag |= XTWS; } } break; |