lua_Object is a pointer to the stack (because now the stack doen't move)

This commit is contained in:
Roberto Ierusalimschy
1999-12-02 14:24:45 -02:00
parent fe237ad808
commit 8223ff473f
7 changed files with 80 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.h,v 1.37 1999/11/22 13:12:07 roberto Exp roberto $
** $Id: lobject.h,v 1.38 1999/11/26 18:59:20 roberto Exp roberto $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
@@ -26,6 +26,8 @@
#endif
#define UNUSED(x) (void)x /* to avoid warnings */
/*
** "real" is the type "number" of Lua
** GREP LUA_NUMBER to change that