diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.h,v 1.86 2001/01/18 15:59:09 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.87 2001/01/19 13:20:30 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 | */ |
| @@ -212,10 +212,6 @@ typedef struct CallInfo { | |||
| 212 | 212 | ||
| 213 | 213 | ||
| 214 | extern const TObject luaO_nilobject; | 214 | extern const TObject luaO_nilobject; |
| 215 | extern const char *const luaO_typenames[]; | ||
| 216 | |||
| 217 | |||
| 218 | #define luaO_typename(o) (luaO_typenames[ttype(o)]) | ||
| 219 | 215 | ||
| 220 | 216 | ||
| 221 | luint32 luaO_power2 (luint32 n); | 217 | luint32 luaO_power2 (luint32 n); |
