mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
first version for new API
This commit is contained in:
parent
f1fd9b5c2c
commit
9fdf73bc9a
24 changed files with 1251 additions and 1405 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lundump.c,v 1.24 2000/08/09 19:16:57 roberto Exp roberto $
|
||||
** $Id: lundump.c,v 1.25 2000/08/24 14:19:39 roberto Exp roberto $
|
||||
** load bytecodes from files
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -130,7 +130,7 @@ static void LoadCode (lua_State* L, Proto* tf, ZIO* Z)
|
|||
}
|
||||
|
||||
static void LoadLocals (lua_State* L, Proto* tf, ZIO* Z)
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
static Proto* LoadFunction (lua_State* L, ZIO* Z, int native);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue