Oops, if the target only had USE_TOD, an error message was issued...

This commit is contained in:
Richard Levitte 2000-09-21 16:01:08 +00:00
parent d176986488
commit 1cbb729fdc

View File

@ -115,7 +115,7 @@
#include <sys/timeb.h>
#endif
#if !defined(TIMES) && !defined(TIMEB)
#if !defined(TIMES) && !defined(TIMEB) && !defined(USE_TOD)
#error "It seems neither struct tms nor struct timeb is supported in this platform!"
#endif