Removed ifdef on go32.

This commit is contained in:
Joel Sherrill
1999-10-05 19:21:54 +00:00
parent 8dd127620b
commit 7a81160421
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ void check_read_timer()
* consider valid for our testing purposes.
*/
printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
#if defined(unix) || defined(go32)
#if defined(unix)
index--;
continue;
#else