mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
types fix, frame fix to work with runtime
This commit is contained in:
parent
26a42d4c81
commit
39715334c7
5 changed files with 92 additions and 176 deletions
|
|
@ -30,5 +30,4 @@ void s_enter_f(struct State *s, char *func_ip, size_t params_sz,
|
|||
|
||||
void s_exit_f(struct State *s);
|
||||
|
||||
union VarT **var_by_category(struct State *s, enum VarCategory category,
|
||||
int id);
|
||||
void **var_by_category(struct State *s, enum VarCategory category, int id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue