diff options
Diffstat (limited to 'uscript/val.h')
| -rw-r--r-- | uscript/val.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
