diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.h,v 2.108 2015/03/02 16:04:52 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.109 2015/03/14 17:58:57 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 | */ |
| @@ -35,8 +35,6 @@ | |||
| 35 | ** bit 6: whether value is collectable | 35 | ** bit 6: whether value is collectable |
| 36 | */ | 36 | */ |
| 37 | 37 | ||
| 38 | #define VARBITS (3 << 4) | ||
| 39 | |||
| 40 | 38 | ||
| 41 | /* | 39 | /* |
| 42 | ** LUA_TFUNCTION variants: | 40 | ** LUA_TFUNCTION variants: |
