diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ void luaX_init (lua_State *L) { | |||
81 | 81 | ||
82 | const char *luaX_token2str (LexState *ls, int token) { | 82 | const char *luaX_token2str (LexState *ls, int token) { |
83 | if (token < FIRST_RESERVED) { /* single-byte symbols? */ | 83 | if (token < FIRST_RESERVED) { /* single-byte symbols? */ |
84 | lua_assert(token == cast_uchar(token)); | ||
85 | if (lisprint(token)) | 84 | if (lisprint(token)) |
86 | return luaO_pushfstring(ls->L, "'%c'", token); | 85 | return luaO_pushfstring(ls->L, "'%c'", token); |
87 | else /* control character */ | 86 | else /* control character */ |