diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.124 2011/11/09 19:08:07 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.125 2012/01/20 22:05:50 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -360,7 +360,8 @@ static void checkobject (global_State *g, GCObject *o) { | |||
360 | checkproto(g, gco2p(o)); | 360 | checkproto(g, gco2p(o)); |
361 | break; | 361 | break; |
362 | } | 362 | } |
363 | case LUA_TSTRING: break; | 363 | case LUA_TSHRSTR: |
364 | case LUA_TLNGSTR: break; | ||
364 | default: lua_assert(0); | 365 | default: lua_assert(0); |
365 | } | 366 | } |
366 | } | 367 | } |