mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00:00
Add static to fix_advance_to_next_stmt
This commit is contained in:
@@ -1236,8 +1236,7 @@ void fix_advance_to_next_stmt(AstFile *f) {
|
||||
case Token_defer:
|
||||
case Token_asm:
|
||||
case Token_using:
|
||||
// case Token_thread_local:
|
||||
// case Token_no_alias:
|
||||
case Token_static:
|
||||
|
||||
case Token_break:
|
||||
case Token_continue:
|
||||
|
||||
Reference in New Issue
Block a user