1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-08 11:33:02 +00:00

Various small changes.

This commit is contained in:
Calvin Rose
2017-02-19 11:19:39 -05:00
parent 69260fa3bd
commit 6521ee69bd
4 changed files with 41 additions and 30 deletions

View File

@@ -140,6 +140,8 @@ struct GstStackFrame {
uint16_t size;
uint16_t prevSize;
uint16_t ret;
uint16_t errorSlot;
uint16_t *errorJump;
GstFuncEnv *env;
uint16_t *pc;
};