diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-05-13 16:09:46 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-05-13 16:09:46 -0300 |
| commit | fbd8614bdb92199520bef10a8e020662bc94222b (patch) | |
| tree | 8d60c3b958e4314bbaaf2c7b9cdb3e12f1269ad7 /lstrlib.c | |
| parent | f3b52a606169b09b32ed172f95276c6735f5ce54 (diff) | |
| download | lua-fbd8614bdb92199520bef10a8e020662bc94222b.tar.gz lua-fbd8614bdb92199520bef10a8e020662bc94222b.tar.bz2 lua-fbd8614bdb92199520bef10a8e020662bc94222b.zip | |
comment (FALLTHROUGH)
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); |
