Reorganize lightuserdata interning code.
This commit is contained in:
@@ -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