commit 7a11c7f8e4a9913aa74fce8d1b395cac4b45de92 parent c454dc7bdd7f5b30bcd8a691351839b3179fe45c Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Tue, 16 Mar 1999 13:43:05 -0300 details Diffstat:
M | lobject.h | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lobject.h b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.26 1999/02/03 13:53:48 roberto Exp roberto $ +** $Id: lobject.h,v 1.27 1999/03/04 21:17:26 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -64,7 +64,6 @@ typedef enum { LUA_T_LINE = -11 } lua_Type; -#define NUM_TYPES 11 #define NUM_TAGS 7