mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
details
This commit is contained in:
parent
e7c2eebd87
commit
7cd37142f4
1 changed files with 7 additions and 1 deletions
8
ltests.h
8
ltests.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ltests.h,v 1.7 2001/06/28 19:58:57 roberto Exp $
|
||||
** $Id: ltests.h,v 1.8 2001/08/31 19:46:07 roberto Exp $
|
||||
** Internal Header for Debugging of the Lua Implementation
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -55,4 +55,10 @@ void luaB_opentests (lua_State *L);
|
|||
#define LUA_USERINIT(L) (luaB_opentests(L), openstdlibs(L))
|
||||
|
||||
|
||||
|
||||
/* change some sizes to give some bugs a chance */
|
||||
|
||||
#define LUAL_BUFFERSIZE 27
|
||||
#define ZBSIZE 29
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue