mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-09-28 22:27:38 +00:00
added cosmoM_addRoot & cosmoM_removeRoot
This commit is contained in:
@@ -31,6 +31,7 @@ typedef struct CObj {
|
||||
CObjType type;
|
||||
bool isMarked; // for the GC
|
||||
struct CObj *next;
|
||||
struct CObj *nextRoot; // for the root linked list
|
||||
} CObj;
|
||||
|
||||
typedef struct CObjString {
|
||||
|
Reference in New Issue
Block a user