diff options
| author | gingerBill <bill@gingerbill.org> | 2018-07-28 19:44:00 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-07-28 19:44:00 +0100 |
| commit | 1705ba806905bfbfd2352767ad95a0d1c0376090 (patch) | |
| tree | c608e40b5c83c9310bac97366a7a4cdfa3351926 /src/check_expr.cpp | |
| parent | 8d2c4a78a19774d98f5603d78ab6520f39d18bcd (diff) | |
Fix typos
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 42c9e57bc..c1b2be3b8 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -2758,8 +2758,8 @@ Entity *check_selector(CheckerContext *c, Operand *operand, Ast *node, Type *typ return entity; } + bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32 id) { - GB_ASSERT(call->kind == Ast_CallExpr); ast_node(ce, CallExpr, call); BuiltinProc *bp = &builtin_procs[id]; { |