diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-03-16 18:10:18 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-03-16 18:10:18 -0300 |
| commit | 75250a237cb620ef44b344c07398b8a27bdcddc2 (patch) | |
| tree | 45ef545008a6a6a9bd0fcc1eb1f732194d7b0315 /luaconf.h | |
| parent | 437a49be5eb312b97645a3c342ab90746c2674c4 (diff) | |
| download | lua-75250a237cb620ef44b344c07398b8a27bdcddc2.tar.gz lua-75250a237cb620ef44b344c07398b8a27bdcddc2.tar.bz2 lua-75250a237cb620ef44b344c07398b8a27bdcddc2.zip | |
typos in comments
Diffstat (limited to 'luaconf.h')
| -rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luaconf.h,v 1.174 2012/10/01 14:14:45 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.175 2013/01/29 16:00:40 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 | */ |
| @@ -44,7 +44,7 @@ | |||
| 44 | #define LUA_USE_POSIX | 44 | #define LUA_USE_POSIX |
| 45 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | 45 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ |
| 46 | #define LUA_USE_READLINE /* needs some extra libraries */ | 46 | #define LUA_USE_READLINE /* needs some extra libraries */ |
| 47 | #define LUA_USE_STRTODHEX /* assume 'strtod' handles hexa formats */ | 47 | #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */ |
| 48 | #define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */ | 48 | #define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */ |
| 49 | #define LUA_USE_LONGLONG /* assume support for long long */ | 49 | #define LUA_USE_LONGLONG /* assume support for long long */ |
| 50 | #endif | 50 | #endif |
| @@ -53,7 +53,7 @@ | |||
| 53 | #define LUA_USE_POSIX | 53 | #define LUA_USE_POSIX |
| 54 | #define LUA_USE_DLOPEN /* does not need -ldl */ | 54 | #define LUA_USE_DLOPEN /* does not need -ldl */ |
| 55 | #define LUA_USE_READLINE /* needs an extra library: -lreadline */ | 55 | #define LUA_USE_READLINE /* needs an extra library: -lreadline */ |
| 56 | #define LUA_USE_STRTODHEX /* assume 'strtod' handles hexa formats */ | 56 | #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */ |
| 57 | #define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */ | 57 | #define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */ |
| 58 | #define LUA_USE_LONGLONG /* assume support for long long */ | 58 | #define LUA_USE_LONGLONG /* assume support for long long */ |
| 59 | #endif | 59 | #endif |
