mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
new protocol to open standard libraries
This commit is contained in:
parent
2873d4efff
commit
04f657c7f8
5 changed files with 15 additions and 20 deletions
4
ltests.h
4
ltests.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ltests.h,v 2.11 2005/01/10 16:31:30 roberto Exp roberto $
|
||||
** $Id: ltests.h,v 2.12 2005/03/18 18:55:45 roberto Exp roberto $
|
||||
** Internal Header for Debugging of the Lua Implementation
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -67,7 +67,7 @@ extern int islocked;
|
|||
int luaB_opentests (lua_State *L);
|
||||
|
||||
#ifdef lua_c
|
||||
#define luaopen_stdlibs(L) { (luaopen_stdlibs)(L); luaB_opentests(L); }
|
||||
#define luaL_openlibs(L) { (luaL_openlibs)(L); luaB_opentests(L); }
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue