mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
detail (removed unused macro VARBITS)
This commit is contained in:
parent
4998e852ec
commit
6ffe006f5c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lobject.h,v 2.108 2015/03/02 16:04:52 roberto Exp roberto $
|
** $Id: lobject.h,v 2.109 2015/03/14 17:58:57 roberto Exp roberto $
|
||||||
** Type definitions for Lua objects
|
** Type definitions for Lua objects
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -35,8 +35,6 @@
|
|||||||
** bit 6: whether value is collectable
|
** bit 6: whether value is collectable
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define VARBITS (3 << 4)
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** LUA_TFUNCTION variants:
|
** LUA_TFUNCTION variants:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user