diff options
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.h,v 2.26 2015/11/13 13:24:26 roberto Exp roberto $ | 2 | ** $Id: ldo.h,v 2.27 2015/11/19 19:16:22 roberto Exp roberto $ |
3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,7 +16,7 @@ | |||
16 | /* | 16 | /* |
17 | ** Macro to check stack size and grow stack if needed. Parameters | 17 | ** Macro to check stack size and grow stack if needed. Parameters |
18 | ** 'pre'/'pos' allow the macro to preserve a pointer into the | 18 | ** 'pre'/'pos' allow the macro to preserve a pointer into the |
19 | ** stack across realocations, doing the work only when needed. | 19 | ** stack across reallocations, doing the work only when needed. |
20 | ** 'condmovestack' is used in heavy tests to force a stack reallocation | 20 | ** 'condmovestack' is used in heavy tests to force a stack reallocation |
21 | ** at every check. | 21 | ** at every check. |
22 | */ | 22 | */ |