summaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.h')
-rw-r--r--ldo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ldo.h b/ldo.h
index b39e737d..cf651423 100644
--- a/ldo.h
+++ b/ldo.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldo.h,v 1.4 1997/12/15 16:17:20 roberto Exp roberto $ 2** $Id: ldo.h,v 1.5 1998/07/12 16:14:34 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*/
@@ -35,10 +35,9 @@ void luaD_adjusttop (StkId newtop);
35void luaD_openstack (int nelems); 35void luaD_openstack (int nelems);
36void luaD_lineHook (int line); 36void luaD_lineHook (int line);
37void luaD_callHook (StkId base, TProtoFunc *tf, int isreturn); 37void luaD_callHook (StkId base, TProtoFunc *tf, int isreturn);
38void luaD_call (StkId base, int nResults);
39void luaD_calln (int nArgs, int nResults); 38void luaD_calln (int nArgs, int nResults);
40void luaD_callTM (TObject *f, int nParams, int nResults); 39void luaD_callTM (TObject *f, int nParams, int nResults);
41int luaD_protectedrun (int nResults); 40int luaD_protectedrun (void);
42void luaD_gcIM (TObject *o); 41void luaD_gcIM (TObject *o);
43void luaD_travstack (int (*fn)(TObject *)); 42void luaD_travstack (int (*fn)(TObject *));
44void luaD_checkstack (int n); 43void luaD_checkstack (int n);