mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-09 20:20:03 +00:00
added cosmoM_addRoot & cosmoM_removeRoot
This commit is contained in:
@@ -30,7 +30,6 @@ CValue cosmoB_input(CState *state, int nargs, CValue *args) {
|
||||
}
|
||||
|
||||
static void interpret(CState *state, const char* script) {
|
||||
|
||||
// cosmoP_compileString pushes the result onto the stack (NIL or COBJ_FUNCTION)
|
||||
CObjFunction* func = cosmoP_compileString(state, script);
|
||||
if (func != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user