mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-04 22:30:08 +00:00
renamed metaobjects to protoobjects
This commit is contained in:
@@ -30,7 +30,7 @@ CState *cosmoV_newState() {
|
||||
state->top = state->stack;
|
||||
state->frameCount = 0;
|
||||
state->openUpvalues = NULL;
|
||||
state->metaObj = NULL;
|
||||
state->protoObj = NULL;
|
||||
|
||||
cosmoT_initTable(state, &state->strings, 8); // init string table
|
||||
cosmoT_initTable(state, &state->globals, 8); // init global table
|
||||
|
||||
Reference in New Issue
Block a user