aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
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 70888b1c..5ee9e2ef 100644
--- a/ldo.h
+++ b/ldo.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldo.h,v 1.50 2002/08/06 15:32:22 roberto Exp roberto $ 2** $Id: ldo.h,v 1.51 2002/08/07 14:35:55 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*/
@@ -36,7 +36,7 @@ typedef void (*Pfunc) (lua_State *L, void *ud);
36 36
37void luaD_resetprotection (lua_State *L); 37void luaD_resetprotection (lua_State *L);
38int luaD_protectedparser (lua_State *L, ZIO *z, int bin); 38int luaD_protectedparser (lua_State *L, ZIO *z, int bin);
39void luaD_callhook (lua_State *L, lua_Hookevent event, int line); 39void luaD_callhook (lua_State *L, int event, int line);
40StkId luaD_precall (lua_State *L, StkId func); 40StkId luaD_precall (lua_State *L, StkId func);
41void luaD_call (lua_State *L, StkId func, int nResults); 41void luaD_call (lua_State *L, StkId func, int nResults);
42int luaD_pcall (lua_State *L, int nargs, int nresults, ptrdiff_t errfunc); 42int luaD_pcall (lua_State *L, int nargs, int nresults, ptrdiff_t errfunc);