mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Add the NSDebugEnabled boolean
This commit is contained in:
parent
0950bed43b
commit
7525d942b7
3 changed files with 8 additions and 1 deletions
|
@ -92,6 +92,7 @@ static table_entry* the_table = 0;
|
|||
|
||||
static BOOL debug_allocation = NO;
|
||||
static BOOL debug_byte_size = NO;
|
||||
BOOL NSDebugEnabled = NO;
|
||||
|
||||
static gs_mutex_t uniqueLock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue