Annotation of parser3/src/lib/patches/gc.patch, revision 1.2
1.2 ! paf 1: --- 0/win32_threads.c 2003-07-23 13:43:46.000000000 +0400
! 2: +++ win32_threads.c 2003-07-23 13:39:27.000000000 +0400
! 3: @@ -630,7 +630,7 @@
! 4: LOCK();
! 5: for (i = 0;
! 6: i < MAX_THREADS &&
! 7: - !thread_table[i].in_use || thread_table[i].id != thread_id;
! 8: + (!thread_table[i].in_use || thread_table[i].id != thread_id);
! 9: i++) {}
! 10: if (i >= MAX_THREADS ) {
! 11: WARN("thread %ld not found on detach", (GC_word)thread_id);
E-mail: