diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldblib.c,v 1.149 2015/02/19 17:06:21 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.150 2015/11/19 19:16:22 roberto Exp roberto $ |
3 | ** Interface from Lua to its debug API | 3 | ** Interface from Lua to its debug API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -28,8 +28,8 @@ static const int HOOKKEY = 0; | |||
28 | 28 | ||
29 | 29 | ||
30 | /* | 30 | /* |
31 | ** If L1 != L, L1 can be in any state, and therefore there is no | 31 | ** If L1 != L, L1 can be in any state, and therefore there are no |
32 | ** garantees about its stack space; any push in L1 must be | 32 | ** guarantees about its stack space; any push in L1 must be |
33 | ** checked. | 33 | ** checked. |
34 | */ | 34 | */ |
35 | static void checkstack (lua_State *L, lua_State *L1, int n) { | 35 | static void checkstack (lua_State *L, lua_State *L1, int n) { |