aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
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 /ldo.h
parentc231a5e2b68d6c32bc54b201f844590ae1a50c39 (diff)
downloadlua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.tar.gz
lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.tar.bz2
lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.zip
details (comments)
Diffstat (limited to 'ldo.h')
-rw-r--r--ldo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldo.h b/ldo.h
index ba4e09c9..72cce399 100644
--- a/ldo.h
+++ b/ldo.h
@@ -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*/