diff options
Diffstat (limited to '')
| -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.71 2009/06/08 19:35:59 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.72 2009/07/01 16:14:15 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 | */ |
| @@ -122,8 +122,8 @@ typedef lu_int32 Instruction; | |||
| 122 | #ifndef HARDSTACKTESTS | 122 | #ifndef HARDSTACKTESTS |
| 123 | #define condmovestack(L) ((void)0) | 123 | #define condmovestack(L) ((void)0) |
| 124 | #else | 124 | #else |
| 125 | #define condmovestack(L) /* realloc stack keeping its size */ \ | 125 | /* realloc stack keeping its size */ |
| 126 | luaD_reallocstack((L), (L)->stacksize - EXTRA_STACK - 1) | 126 | #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) |
| 127 | #endif | 127 | #endif |
| 128 | 128 | ||
| 129 | #endif | 129 | #endif |
