[前][次][番号順一覧][スレッド一覧][生データ]

yarv-diff:382

From: ko1 atdot.net
Date: 3 Sep 2006 22:20:57 +0900
Subject: [yarv-diff:382] r549 - branches/parallel

Author: ko1
Date: 2006-09-03 22:20:57 +0900 (Sun, 03 Sep 2006)
New Revision: 549

Modified:
   branches/parallel/thread.c
Log:
clear debug option


Modified: branches/parallel/thread.c
===================================================================
--- branches/parallel/thread.c	2006-09-03 13:14:57 UTC (rev 548)
+++ branches/parallel/thread.c	2006-09-03 13:20:57 UTC (rev 549)
@@ -41,7 +41,7 @@
 #include "eval_intern.h"
 #include "vm.h"
 
-#define THREAD_DEBUG 1
+#define THREAD_DEBUG 0
 
 static void sleep_for_polling();
 static void sleep_timeval(yarv_thread_t *th, struct timeval time);


--
ML: yarv-diff quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]