diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.6 2004/10/06 18:34:16 roberto Exp $ | 2 | ** $Id: lobject.h,v 2.7 2004/11/01 15:06:50 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 | */ |
@@ -25,6 +25,7 @@ | |||
25 | */ | 25 | */ |
26 | #define LUA_TPROTO (NUM_TAGS+1) | 26 | #define LUA_TPROTO (NUM_TAGS+1) |
27 | #define LUA_TUPVAL (NUM_TAGS+2) | 27 | #define LUA_TUPVAL (NUM_TAGS+2) |
28 | #define LUA_TDEADKEY (NUM_TAGS+3) | ||
28 | 29 | ||
29 | 30 | ||
30 | /* | 31 | /* |