shorter iteration count for VMS

This commit is contained in:
Jeff Hill
1999-01-28 21:19:01 +00:00
parent e4e365d22e
commit 3556f965a6

View File

@@ -40,7 +40,7 @@
#define NELEMENTS(A) (sizeof (A) / sizeof ((A) [0]))
#endif
#ifdef vxWorks
#if defined(vxWorks) || defined(VMS)
#define ITERATION_COUNT 1000
#else
#define ITERATION_COUNT 10000