mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
in test mode, debug library is not predefined (to allow testing
'preloadedlibs')
This commit is contained in:
parent
32a1f54b9a
commit
460968353f
2 changed files with 11 additions and 3 deletions
5
ltests.h
5
ltests.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ltests.h,v 2.41 2014/11/24 14:56:56 roberto Exp roberto $
|
||||
** $Id: ltests.h,v 2.42 2014/11/29 19:45:37 roberto Exp roberto $
|
||||
** Internal Header for Debugging of the Lua Implementation
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -24,6 +24,9 @@
|
|||
#undef LUA_COMPAT_MODULE
|
||||
|
||||
|
||||
/* test without preloding debug library */
|
||||
#define LUA_NODEBUGLIB
|
||||
|
||||
#define LUA_DEBUG
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue