From 97a964aa861e7c0066a0bf1f67469fbb93febcad Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 4 Sep 2024 05:05:31 -0400 Subject: Implicit filename for table getting --- compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 7b936829..5cc37116 100644 --- a/compile.c +++ b/compile.c @@ -2469,7 +2469,6 @@ CORD compile(env_t *env, ast_t *ast) file_t *f = ast->file; return CORD_all("Table$get_value_or_fail(", self, ", ", compile_type(table->key_type), ", ", compile_type(table->value_type), ", ", compile_arguments(env, ast, arg_spec, call->args), ", ", compile_type_info(env, self_value_t), ", ", - CORD_quoted(f->filename), ", ", CORD_asprintf("%ld", (int64_t)(ast->start - f->text)), ", ", CORD_asprintf("%ld", (int64_t)(ast->end - f->text)), ")"); -- cgit v1.2.3