mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-27 11:20:06 +00:00
minor refactoring, OP_INVOKE performance boost
This commit is contained in:
@@ -32,6 +32,7 @@ CValue cosmoB_dsetMeta(CState *state, int nargs, CValue *args) {
|
||||
|
||||
return cosmoV_newNil(); // nothing
|
||||
}
|
||||
|
||||
CValue cosmoB_dgetMeta(CState *state, int nargs, CValue *args) {
|
||||
if (nargs != 1) {
|
||||
cosmoV_error(state, "Expected 1 parameter, got %d!", nargs);
|
||||
|
||||
Reference in New Issue
Block a user