cvalue.c:printValue renamed to cosmoV_printValue

This commit is contained in:
2023-12-28 22:52:20 -06:00
parent 0df56bd42a
commit 4816e64612
8 changed files with 12 additions and 12 deletions

View File

@@ -340,7 +340,7 @@ void callCValue(CState *state, CValue func, int args, int nresults, int offset)
#ifdef VM_DEBUG
printf("\n");
printIndent(state->frameCount - 1);
printValue(func);
cosmoV_printValue(func);
printf("(%d args)\n", args);
#endif