mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00:00
Improve minimal dependency system
This commit is contained in:
@@ -1621,7 +1621,6 @@ AstNode *parse_operand(AstFile *f, bool lhs) {
|
||||
case Token_size_of:
|
||||
case Token_align_of:
|
||||
case Token_offset_of:
|
||||
case Token_type_info_of:
|
||||
return parse_call_expr(f, ast_implicit(f, advance_token(f)));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user