From eb0e4255e9eb878b7a17830b5be06a71add3b34e Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 16 Apr 2026 16:13:52 -0400 Subject: microscript: better runtime errors --- uscript/val.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uscript/val.h') diff --git a/uscript/val.h b/uscript/val.h index 8ea91dd..5deb64c 100644 --- a/uscript/val.h +++ b/uscript/val.h @@ -83,7 +83,8 @@ struct us_proto { const struct us_str *name; struct us_val constants[UINT8_MAX]; u8 *bytecode; // dyn_arr - int* upval_locs; + int *lines; // dyn_arr + int *upval_locs; int upvalc; int argc; bool is_variadic; -- cgit v1.3-2-g0d8e