Thinko noticed by Doug MacEachern.
Jarkko Hietaniemi [Thu, 17 May 2001 19:10:46 +0000 (19:10 +0000)]
p4raw-id: //depot/perl@10147

thread.h

index b14907a..4744aa0 100644 (file)
--- a/thread.h
+++ b/thread.h
 /* Use an unchecked fetch of thread-specific data instead of a checked one.
  * It would fail if the key were bogus, but if the key were bogus then
  * Really Bad Things would be happening anyway. --dan */
-#if (defined(__ALPHA) && (__VMS_VER >= 70000000)) ||
+#if (defined(__ALPHA) && (__VMS_VER >= 70000000)) || \
     (defined(__alpha) && defined(__osf__)) /* Available only on >= 4.0 */
 #  define HAS_PTHREAD_UNCHECKED_GETSPECIFIC_NP /* Configure test needed */
 #endif