Branch: Tag:

1998-07-17

1998-07-17 13:31:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now uses low_init_threads_disable() instead of init_threads_disable().

Rev: src/program.c:1.97

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.96 1998/07/10 15:52:04 grubba Exp $"); + RCSID("$Id: program.c,v 1.97 1998/07/17 13:31:22 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
507:   {    int e,id=0;    -  init_threads_disable(NULL); +  /* We don't want to change thread, but we don't want to +  * wait for the other threads to complete. +  */ +  low_init_threads_disable();       compilation_depth++;