Beispiel #1
0
Datei: opcode.c Projekt: cskau/VM
int lua_ref (int lock)
{
  adjustC(1);
  return luaI_ref(--top, lock);
}
Beispiel #2
0
int lua_ref (int lock)
{
  checkCparams(1);
  return luaI_ref(--top, lock);
}