From b720a6f3f96d2249dec023b58d3a51fff9b16079 Mon Sep 17 00:00:00 2001 From: eck Date: Tue, 28 Aug 1990 14:53:34 +0000 Subject: [PATCH] removed test because of moon3 --- lang/cem/libcc.ansi/misc/popen.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lang/cem/libcc.ansi/misc/popen.c b/lang/cem/libcc.ansi/misc/popen.c index 87f65c03..9fd25ac3 100644 --- a/lang/cem/libcc.ansi/misc/popen.c +++ b/lang/cem/libcc.ansi/misc/popen.c @@ -7,9 +7,6 @@ #include #include #if defined(__BSD4_2) -#if _EM_WSIZE != 4 -#error union wait is too small -#endif union wait { int w_status; };