sync with w3m-0.2.2-inu-1.1/gc

This commit is contained in:
Fumitoshi UKAI
2001-12-20 00:37:29 +00:00
parent e92622a345
commit 548b9dd8db
54 changed files with 1604 additions and 473 deletions

View File

@@ -21,11 +21,11 @@
* HP/UX 11.
*
* Note that there is a lot of code duplication between linux_threads.c
* and hpux_irix_threads.c; any changes made here may need to be reflected
* and irix_threads.c; any changes made here may need to be reflected
* there too.
*/
# if defined(GC_IRIX_THREADS) || defined(IRIX_THREADS)
# if defined(GC_IRIX_THREADS)
# include "private/gc_priv.h"
# include <pthread.h>
@@ -725,5 +725,5 @@ yield:
int GC_no_Irix_threads;
#endif
# endif /* IRIX_THREADS */
# endif /* GC_IRIX_THREADS */