diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-03-16 13:43:27 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-03-16 13:43:27 -0300 |
commit | 7a11c7f8e4a9913aa74fce8d1b395cac4b45de92 (patch) | |
tree | 77e7d7fe6ad9cc39d79b3d8eadcacf1b0164d8b3 | |
parent | c454dc7bdd7f5b30bcd8a691351839b3179fe45c (diff) | |
download | lua-7a11c7f8e4a9913aa74fce8d1b395cac4b45de92.tar.gz lua-7a11c7f8e4a9913aa74fce8d1b395cac4b45de92.tar.bz2 lua-7a11c7f8e4a9913aa74fce8d1b395cac4b45de92.zip |
details
-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 | ||