From 5fcee85f88a51784c1acd9fdfe1c4fe77f1c7f75 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 87f65c03c..9fd25ac3e 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; }; -- 2.34.1