mirror of
https://github.com/ziglang/zig.git
synced 2026-01-31 03:33:37 +00:00
parent
b61f1a9f7d
commit
79ec5a0287
@ -293,7 +293,7 @@ static void end_float_token(Tokenize *t) {
|
||||
t->cur_tok->data.num_lit.overflow = true;
|
||||
return;
|
||||
}
|
||||
assert(str_end == buf_ptr(t->buf) + t->cur_tok->end_pos);
|
||||
assert(str_end <= buf_ptr(t->buf) + t->cur_tok->end_pos);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user