Only compile Perl_hv_assert with DEBUGGING.
[p5sagit/p5-mst-13.2.git] / thread.h
index 476f310..aa3c86a 100644 (file)
--- a/thread.h
+++ b/thread.h
 #  define THREAD_CREATE_NEEDS_STACK (32*1024)
 #endif
 
+#ifdef __VMS
+  /* Default is 1024 on VAX, 8192 otherwise */
+#  define THREAD_CREATE_NEEDS_STACK (32*1024)
+#endif
+
 #ifdef I_MACH_CTHREADS
 
 /* cthreads interface */