diff options
-rw-r--r-- | lobject.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 1.26 1999/02/03 13:53:48 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.27 1999/03/04 21:17:26 roberto Exp roberto $ |
3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -64,7 +64,6 @@ typedef enum { | |||
64 | LUA_T_LINE = -11 | 64 | LUA_T_LINE = -11 |
65 | } lua_Type; | 65 | } lua_Type; |
66 | 66 | ||
67 | #define NUM_TYPES 11 | ||
68 | #define NUM_TAGS 7 | 67 | #define NUM_TAGS 7 |
69 | 68 | ||
70 | 69 | ||