aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-24 14:26:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-24 14:26:08 -0300
commit213e9febc889d5aaae8ef0e8b777cdb4889e30c1 (patch)
treea3b8483f7ce4094e8df3071cb774ef1ee70cc474 /ldo.h
parent47b4bf59649834c611571d7ac1482eac55687ce5 (diff)
downloadlua-213e9febc889d5aaae8ef0e8b777cdb4889e30c1.tar.gz
lua-213e9febc889d5aaae8ef0e8b777cdb4889e30c1.tar.bz2
lua-213e9febc889d5aaae8ef0e8b777cdb4889e30c1.zip
limits now are in `llims.n'
Diffstat (limited to 'ldo.h')
-rw-r--r--ldo.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ldo.h b/ldo.h
index 91c7c787..502b2399 100644
--- a/ldo.h
+++ b/ldo.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldo.h,v 1.16 1999/12/30 18:28:40 roberto Exp roberto $ 2** $Id: ldo.h,v 1.17 2000/01/19 12:00:45 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*/
@@ -12,10 +12,6 @@
12#include "lstate.h" 12#include "lstate.h"
13 13
14 14
15#define MULT_RET 255
16
17
18
19/* 15/*
20** macro to increment stack top. 16** macro to increment stack top.
21** There must be always an empty slot at the L->stack.top 17** There must be always an empty slot at the L->stack.top