mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +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
d723ccc755
commit
341c38f07f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
Just define it to use memset(). */
|
Just define it to use memset(). */
|
||||||
#define bzero(PTR, LEN) memset (PTR, 0, LEN)
|
#define bzero(PTR, LEN) memset (PTR, 0, LEN)
|
||||||
|
|
||||||
static int debug_run_loop = 1;
|
static int debug_run_loop = 0;
|
||||||
|
|
||||||
@implementation RunLoop
|
@implementation RunLoop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue