Change 11791 by sky@sky-lab on 2001/08/30 10:08:02
Due to braindamaged makedef.pl change 11758 broke makedef.pl
Affected files ...
... //depot/perl/config_h.SH#228 edit
Differences ...
==== //depot/perl/config_h.SH#228 (text) ====
Index: perl/config_h.SH
--- perl/config_h.SH.~1~ Thu Aug 30 04:15:05 2001
+++ perl/config_h.SH Thu Aug 30 04:15:05 2001
@@ -3368,8 +3368,7 @@
#$use5005threads USE_5005THREADS /**/
#$useithreads USE_ITHREADS /**/
#if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
-#define USE_5005THREADS /* until src is revised*/
-#define USE_THREADS /* backward compatability */
+#define USE_THREADS /* until src is revised*/
#endif
#$d_oldpthreads OLD_PTHREADS_API /**/
#$usereentrant USE_REENTRANT_API /**/
End of Patch.