diff options
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.) |