mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-31 13:10:07 +00:00
Added assert() to base library
also fixed regression in call()
This commit is contained in:
@@ -64,7 +64,7 @@ typedef struct CObjFunction {
|
||||
CChunk chunk;
|
||||
int args;
|
||||
int upvals;
|
||||
int variadic;
|
||||
bool variadic;
|
||||
CObjString *name;
|
||||
CObjString *module; // name of the "module"
|
||||
} CObjFunction;
|
||||
|
||||
Reference in New Issue
Block a user