diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-12-22 11:08:50 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-12-22 11:08:50 -0200 |
commit | 2a235312f029cbd2b1eb79f158d4f74b3ffa1b85 (patch) | |
tree | ee359ba97c390d1d6709243ab7c92c1e8252617a /lobject.c | |
parent | 9903dd52a39fbe4531596b1266e226f01769de21 (diff) | |
download | lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.tar.gz lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.tar.bz2 lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.zip |
detail (removing spaces at end of lines)
Diffstat (limited to 'lobject.c')
-rw-r--r-- | lobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.c,v 2.111 2016/05/20 14:07:48 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 2.112 2016/06/27 13:15:08 roberto Exp roberto $ |
3 | ** Some generic functions over Lua objects | 3 | ** Some generic functions over Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -394,7 +394,7 @@ static void pushstr (lua_State *L, const char *str, size_t l) { | |||
394 | 394 | ||
395 | 395 | ||
396 | /* | 396 | /* |
397 | ** this function handles only '%d', '%c', '%f', '%p', and '%s' | 397 | ** this function handles only '%d', '%c', '%f', '%p', and '%s' |
398 | conventional formats, plus Lua-specific '%I' and '%U' | 398 | conventional formats, plus Lua-specific '%I' and '%U' |
399 | */ | 399 | */ |
400 | const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) { | 400 | const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) { |