mirror of
https://github.com/janet-lang/janet
synced 2025-11-08 03:23:01 +00:00
Breaking up functionality into more modules.
This commit is contained in:
@@ -164,8 +164,6 @@ struct Gst {
|
||||
jmp_buf jump;
|
||||
GstValue error;
|
||||
GstValue ret; /* Returned value from VMStart. Also holds errors. */
|
||||
/* Object definitions */
|
||||
GstValue metas[GST_OBJECT];
|
||||
};
|
||||
|
||||
struct GstParser {
|
||||
|
||||
Reference in New Issue
Block a user