mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-21 15:00:06 +00:00
lol oops
This commit is contained in:
parent
7a54230cb9
commit
7f5e3ae8dc
@ -1032,14 +1032,8 @@ int cosmoB_vnewindexBProto(CState *state, int nargs, CValue *args)
|
|||||||
// vm.collect()
|
// vm.collect()
|
||||||
int cosmoB_vcollect(CState *state, int nargs, CValue *args)
|
int cosmoB_vcollect(CState *state, int nargs, CValue *args)
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
// now force a garbage collection
|
|
||||||
cosmoM_collectGarbage(state);
|
|
||||||
|
|
||||||
=======
|
|
||||||
// force a garbage collection
|
// force a garbage collection
|
||||||
cosmoM_collectGarbage(state);
|
cosmoM_collectGarbage(state);
|
||||||
>>>>>>> 409937c (fix vm.collect())
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user