mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 06:13:45 +00:00
Update Standard Library; Fix Type_Info for integers
This commit is contained in:
@@ -770,7 +770,7 @@ Token tokenizer_get_token(Tokenizer *t) {
|
||||
isize comment_scope = 1;
|
||||
advance_to_next_rune(t);
|
||||
while (comment_scope > 0) {
|
||||
if (curr_rune == '/') {
|
||||
if (t->curr_rune == '/') {
|
||||
advance_to_next_rune(t);
|
||||
if (t->curr_rune == '*') {
|
||||
advance_to_next_rune(t);
|
||||
|
||||
Reference in New Issue
Block a user