diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-07-13 11:54:14 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-07-13 11:54:14 -0300 |
commit | 4ac55997ecc70410c065a9494a694c2ad25c0104 (patch) | |
tree | f8cc2b08ef6e58490c3e2b5ebc4fab373be39147 | |
parent | 763f84c84cc2274c817b020365033ac54489bbde (diff) | |
download | lua-4ac55997ecc70410c065a9494a694c2ad25c0104.tar.gz lua-4ac55997ecc70410c065a9494a694c2ad25c0104.tar.bz2 lua-4ac55997ecc70410c065a9494a694c2ad25c0104.zip |
typo
-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.171 2012/05/11 14:10:50 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.172 2012/05/11 14:14:42 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 | */ |
@@ -408,7 +408,7 @@ | |||
408 | /* | 408 | /* |
409 | @@ lua_str2number converts a decimal numeric string to a number. | 409 | @@ lua_str2number converts a decimal numeric string to a number. |
410 | @@ lua_strx2number converts an hexadecimal numeric string to a number. | 410 | @@ lua_strx2number converts an hexadecimal numeric string to a number. |
411 | ** In C99, 'strtod' do both conversions. C89, however, has no function | 411 | ** In C99, 'strtod' does both conversions. C89, however, has no function |
412 | ** to convert floating hexadecimal strings to numbers. For these | 412 | ** to convert floating hexadecimal strings to numbers. For these |
413 | ** systems, you can leave 'lua_strx2number' undefined and Lua will | 413 | ** systems, you can leave 'lua_strx2number' undefined and Lua will |
414 | ** provide its own implementation. | 414 | ** provide its own implementation. |