removed test because of moon3
authoreck <none@none>
Tue, 28 Aug 1990 14:53:34 +0000 (14:53 +0000)
committereck <none@none>
Tue, 28 Aug 1990 14:53:34 +0000 (14:53 +0000)
lang/cem/libcc.ansi/misc/popen.c

index 87f65c0..9fd25ac 100644 (file)
@@ -7,9 +7,6 @@
 #include       <stdio.h>
 #include       <signal.h>
 #if    defined(__BSD4_2)
-#if    _EM_WSIZE != 4
-#error union wait is too small
-#endif
 union wait {
        int     w_status;
 };