mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Update LuaJIT to the latest 2.1.0 source (f3c8569)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
** Userdata handling.
|
||||
** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
|
||||
** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
#ifndef _LJ_UDATA_H
|
||||
@@ -10,5 +10,8 @@
|
||||
|
||||
LJ_FUNC GCudata *lj_udata_new(lua_State *L, MSize sz, GCtab *env);
|
||||
LJ_FUNC void LJ_FASTCALL lj_udata_free(global_State *g, GCudata *ud);
|
||||
#if LJ_64
|
||||
LJ_FUNC void * LJ_FASTCALL lj_lightud_intern(lua_State *L, void *p);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user