diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstrlib.c,v 1.247 2016/04/22 16:36:30 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.248 2016/05/02 13:58:01 roberto Exp roberto $ |
3 | ** Standard library for string operations and pattern-matching | 3 | ** Standard library for string operations and pattern-matching |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -958,8 +958,8 @@ static void addliteral (lua_State *L, luaL_Buffer *b, int arg) { | |||
958 | addliteralnum(L, b, lua_tonumber(L, arg)); | 958 | addliteralnum(L, b, lua_tonumber(L, arg)); |
959 | break; | 959 | break; |
960 | } | 960 | } |
961 | /* else integers; write in "native" format *//* FALLTHROUGH */ | 961 | /* else integers; write in "native" format */ |
962 | } | 962 | } /* FALLTHROUGH */ |
963 | case LUA_TNIL: case LUA_TBOOLEAN: { | 963 | case LUA_TNIL: case LUA_TBOOLEAN: { |
964 | luaL_tolstring(L, arg, NULL); | 964 | luaL_tolstring(L, arg, NULL); |
965 | luaL_addvalue(b); | 965 | luaL_addvalue(b); |