first implementation of light C functions
This commit is contained in:
5
ltm.h
5
ltm.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: ltm.h,v 2.8 2009/11/19 19:06:52 roberto Exp roberto $
|
||||
** $Id: ltm.h,v 2.9 2010/01/13 16:18:25 roberto Exp roberto $
|
||||
** Tag methods
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -43,7 +43,8 @@ typedef enum {
|
||||
|
||||
#define fasttm(l,et,e) gfasttm(G(l), et, e)
|
||||
|
||||
#define typename(x) luaT_typenames_[(x) + 1]
|
||||
#define ttypename(x) luaT_typenames_[(x) + 1]
|
||||
#define objtypename(x) ttypename(ttypenv(x))
|
||||
|
||||
LUAI_DDEC const char *const luaT_typenames_[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user