diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.68 2005/12/22 16:19:56 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.69 2005/12/27 17:12:00 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 | */ |
@@ -107,7 +107,7 @@ typedef lu_int32 Instruction; | |||
107 | 107 | ||
108 | 108 | ||
109 | #ifndef lua_lock | 109 | #ifndef lua_lock |
110 | #define lua_lock(L) ((void) 0) | 110 | #define lua_lock(L) ((void) 0) |
111 | #define lua_unlock(L) ((void) 0) | 111 | #define lua_unlock(L) ((void) 0) |
112 | #endif | 112 | #endif |
113 | 113 | ||
@@ -118,7 +118,7 @@ typedef lu_int32 Instruction; | |||
118 | 118 | ||
119 | /* | 119 | /* |
120 | ** macro to control inclusion of some hard tests on stack reallocation | 120 | ** macro to control inclusion of some hard tests on stack reallocation |
121 | */ | 121 | */ |
122 | #ifndef HARDSTACKTESTS | 122 | #ifndef HARDSTACKTESTS |
123 | #define condhardstacktests(x) ((void)0) | 123 | #define condhardstacktests(x) ((void)0) |
124 | #else | 124 | #else |