diff options
| author | Dudejoe870 <dudejoe870@gmail.com> | 2024-05-28 22:25:16 -0500 |
|---|---|---|
| committer | Dudejoe870 <dudejoe870@gmail.com> | 2024-05-28 22:42:10 -0500 |
| commit | 9b78061c8fb83202973d509b9af24f0a12786958 (patch) | |
| tree | 3201955f96f7760e878f91c56e5a6ae85bd851fb /src/check_expr.cpp | |
| parent | ba8672ad29b8c32afee761d5b00d4014bb591871 (diff) | |
Initial hash directive implementation
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 8672941c1..2e008fe93 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -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; |