mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
closure fix
This commit is contained in:
parent
bd27e79b22
commit
e9c4d48cf9
3 changed files with 23 additions and 11 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
void **s_top(struct State *s);
|
||||
bool s_is_empty(struct State *s);
|
||||
void **s_nth(struct State *s, aint n);
|
||||
void **s_peek(struct State *s);
|
||||
aint *s_peek_i(struct State *s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue