mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
Initial hash directive implementation
This commit is contained in:
@@ -7414,7 +7414,8 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
|
||||
name == "config" ||
|
||||
name == "load" ||
|
||||
name == "load_directory" ||
|
||||
name == "load_hash"
|
||||
name == "load_hash" ||
|
||||
name == "hash"
|
||||
) {
|
||||
operand->mode = Addressing_Builtin;
|
||||
operand->builtin_id = BuiltinProc_DIRECTIVE;
|
||||
|
||||
Reference in New Issue
Block a user