Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Mar 2, 2020
1 parent 969d053 commit f64711b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/clau_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ namespace wiz {
start_idx = start_idx + 1;
}
}
else if (0 == state &&
/*else if (0 == state &&
-1 != Equal(x, option->LineComment)) {
token_last = _x - 1;
last_idx = now_idx - 1;
Expand Down Expand Up @@ -407,6 +407,7 @@ namespace wiz {
last_idx = now_idx + 1;
continue;
}
*/
else {
//
}
Expand Down Expand Up @@ -799,7 +800,7 @@ namespace wiz {
switch (text[i]) {
case '\"':
case '\\':
case '=':
//case '=':
case '\n':
case '#':
arr[_arr_count] = 1 + i + dif; // after called this function, arr[index] += -1?
Expand Down

0 comments on commit f64711b

Please sign in to comment.