From 32f822de0a58c2cc8f1a23844b97246c433bb418 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 10 Nov 1997 04:47:48 +0000 Subject: Win32 branch now contains all non-ansification changes in ansiperl branch. USE_THREADS case builds and passes all tests using both compilers. Additional tweaks: - fixup win32/makedef.pl to skip more symbols for non-thread build. - sync win32/Makefile with win32/makefile.mk >>>Non-thread build fails a lot of tests.<<< p4raw-id: //depot/win32/perl@222 --- perl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl.c') diff --git a/perl.c b/perl.c index 3db7f175ff..f83e09ff3d 100644 --- a/perl.c +++ b/perl.c @@ -2867,11 +2867,11 @@ init_main_thread() thr->prev = thr; MUTEX_UNLOCK(&threads_mutex); -#ifdef HAVE_THREAD_INTERN - init_thread_intern(thr); +#ifdef INIT_THREAD_INTERN + INIT_THREAD_INTERN(thr); #else thr->self = pthread_self(); -#endif /* HAVE_THREAD_INTERN */ +#endif /* INIT_THREAD_INTERN */ SET_THR(thr); /* -- cgit v1.2.1