(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:
Andrew McCallum 1996-03-29 14:47:38 +00:00
parent 15f0c95e86
commit c110e65ee5

View file

@ -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