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 /luaconf.h | |
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 'luaconf.h')
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.257 2016/08/22 17:21:12 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.258 2016/12/20 18:37:00 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -621,7 +621,7 @@ | |||
621 | 621 | ||
622 | 622 | ||
623 | /* | 623 | /* |
624 | @@ lua_number2strx converts a float to an hexadecimal numeric string. | 624 | @@ lua_number2strx converts a float to an hexadecimal numeric string. |
625 | ** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that. | 625 | ** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that. |
626 | ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will | 626 | ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will |
627 | ** provide its own implementation. | 627 | ** provide its own implementation. |