mirror of
https://github.com/lua/lua
synced 2025-04-14 17:02:54 +03:00
macro encapsulates de "-".
This commit is contained in:
parent
64ad009fb2
commit
176cb39feb
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lobject.h,v 1.20 1998/06/11 18:21:37 roberto Exp roberto $
|
** $Id: lobject.h,v 1.21 1998/06/18 16:57:03 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
|
||||||
*/
|
*/
|
||||||
@ -192,6 +192,9 @@ typedef struct Hash {
|
|||||||
|
|
||||||
extern char *luaO_typenames[];
|
extern char *luaO_typenames[];
|
||||||
|
|
||||||
|
#define luaO_typename(o) luaO_typenames[-ttype(o)]
|
||||||
|
|
||||||
|
|
||||||
extern TObject luaO_nilobject;
|
extern TObject luaO_nilobject;
|
||||||
|
|
||||||
int luaO_equalObj (TObject *t1, TObject *t2);
|
int luaO_equalObj (TObject *t1, TObject *t2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user