1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-03 00:53:01 +00:00

More work on dogfood repl.

This commit is contained in:
Calvin Rose
2017-05-09 20:06:53 -04:00
parent fd72219a2a
commit b7083f6f18
6 changed files with 15 additions and 17 deletions

View File

@@ -204,7 +204,6 @@ struct GstValue {
struct GstThread {
uint32_t count;
uint32_t capacity;
uint32_t retindex;
GstValue *data;
GstThread *parent;
enum {