mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
new macro LUA_NUMTAGS
This commit is contained in:
parent
d41b467320
commit
d20ff60615
6 changed files with 15 additions and 19 deletions
4
lua.h
4
lua.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lua.h,v 1.265 2010/03/26 20:58:11 roberto Exp roberto $
|
||||
** $Id: lua.h,v 1.266 2010/04/02 15:19:19 roberto Exp roberto $
|
||||
** Lua - A Scripting Language
|
||||
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
|
||||
** See Copyright Notice at the end of this file
|
||||
|
|
@ -81,6 +81,8 @@ typedef void * (*lua_Alloc) (void *ud, void *ptr, size_t osize, size_t nsize);
|
|||
#define LUA_TUSERDATA 7
|
||||
#define LUA_TTHREAD 8
|
||||
|
||||
#define LUA_NUMTAGS 9
|
||||
|
||||
|
||||
|
||||
/* minimum Lua stack available to a C function */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue