aboutsummaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-11-23 09:30:45 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-11-23 09:30:45 -0200
commitc5112f7b156ad2565bad3035c8c4008c3e7716a4 (patch)
tree05207653589cdf751be1f1a4647e9aca6881aa78 /ldblib.c
parentc231a5e2b68d6c32bc54b201f844590ae1a50c39 (diff)
downloadlua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.tar.gz
lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.tar.bz2
lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.zip
details (comments)
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldblib.c b/ldblib.c
index 786468ec..0bcd2e9e 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -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*/
35static void checkstack (lua_State *L, lua_State *L1, int n) { 35static void checkstack (lua_State *L, lua_State *L1, int n) {