diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.139 2015/10/06 14:29:49 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.140 2015/10/21 18:40:47 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other 'installation-dependent' definitions | 3 | ** Limits, basic types, and some other 'installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -207,7 +207,7 @@ typedef unsigned long Instruction; | |||
207 | 207 | ||
208 | 208 | ||
209 | /* | 209 | /* |
210 | ** macros that are executed whenether program enters the Lua core | 210 | ** macros that are executed whenever program enters the Lua core |
211 | ** ('lua_lock') and leaves the core ('lua_unlock') | 211 | ** ('lua_lock') and leaves the core ('lua_unlock') |
212 | */ | 212 | */ |
213 | #if !defined(lua_lock) | 213 | #if !defined(lua_lock) |