diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 09:39:20 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 09:39:20 -0200 |
| commit | 3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf (patch) | |
| tree | a07f436aa6a9b755bf974cce539798b99a3e83e4 /luaconf.h | |
| parent | b0f2b288a6b860374b9578d4c51329fc9cd43022 (diff) | |
| download | lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.tar.gz lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.tar.bz2 lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.zip | |
comment typos
Diffstat (limited to 'luaconf.h')
| -rw-r--r-- | luaconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luaconf.h,v 1.115 2009/11/19 19:06:52 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.116 2009/11/24 12:05:44 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 | */ |
| @@ -53,7 +53,7 @@ | |||
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | /* | 55 | /* |
| 56 | @@ LUA_USE_POSIX includes all functionallity listed as X/Open System | 56 | @@ LUA_USE_POSIX includes all functionality listed as X/Open System |
| 57 | @* Interfaces Extension (XSI). | 57 | @* Interfaces Extension (XSI). |
| 58 | ** CHANGE it (define it) if your system is XSI compatible. | 58 | ** CHANGE it (define it) if your system is XSI compatible. |
| 59 | */ | 59 | */ |
| @@ -129,7 +129,7 @@ | |||
| 129 | @* template. | 129 | @* template. |
| 130 | @@ LUA_EXECDIR in a Windows path is replaced by the executable's | 130 | @@ LUA_EXECDIR in a Windows path is replaced by the executable's |
| 131 | @* directory. | 131 | @* directory. |
| 132 | @@ LUA_IGMARK is a mark to ignore all before it when bulding the | 132 | @@ LUA_IGMARK is a mark to ignore all before it when building the |
| 133 | @* luaopen_ function name. | 133 | @* luaopen_ function name. |
| 134 | ** CHANGE them if for some reason your system cannot use those | 134 | ** CHANGE them if for some reason your system cannot use those |
| 135 | ** characters. (E.g., if one of those characters is a common character | 135 | ** characters. (E.g., if one of those characters is a common character |
| @@ -335,7 +335,7 @@ | |||
| 335 | */ | 335 | */ |
| 336 | 336 | ||
| 337 | /* | 337 | /* |
| 338 | @@ LUA_COMPAT_FENV controls de presence of functions 'setfenv/getfenv'. | 338 | @@ LUA_COMPAT_FENV controls the presence of functions 'setfenv/getfenv'. |
| 339 | ** CHANGE it (undefine it) if as soon as you rewrite your code to | 339 | ** CHANGE it (undefine it) if as soon as you rewrite your code to |
| 340 | ** avoid using those functions. (You can replace them with lexical | 340 | ** avoid using those functions. (You can replace them with lexical |
| 341 | ** environments, 'loadin', or the debug library.) | 341 | ** environments, 'loadin', or the debug library.) |
