diff --git a/Source/RunLoop.m b/Source/RunLoop.m index f4cc4c6f9..a17afd318 100644 --- a/Source/RunLoop.m +++ b/Source/RunLoop.m @@ -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