mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
update main.cpp and bug fix
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ struct nasal_ref
|
||||
double num;
|
||||
nasal_ref* addr;
|
||||
nasal_val* gcobj;
|
||||
}value;
|
||||
} value;
|
||||
|
||||
// vm_none/vm_nil
|
||||
nasal_ref(const uint8_t t=vm_none):type(t){}
|
||||
|
||||
Reference in New Issue
Block a user