mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
(debug_run_loop): Changed from 1 to 0; turn off debugging messages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1285 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
15f0c95e86
commit
c110e65ee5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
Just define it to use memset(). */
|
||||
#define bzero(PTR, LEN) memset (PTR, 0, LEN)
|
||||
|
||||
static int debug_run_loop = 1;
|
||||
static int debug_run_loop = 0;
|
||||
|
||||
@implementation RunLoop
|
||||
|
||||
|
|
Loading…
Reference in a new issue