From: Richard M. Stallman Date: Wed, 10 Nov 1993 19:53:29 +0000 (+0000) Subject: Treat convex like hpux. X-Git-Tag: emacs-19.34~10896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b01b093a01b49f9e529bbf0e76422b91cf9a4959;p=emacs.git Treat convex like hpux. --- diff --git a/src/syswait.h b/src/syswait.h index 41214ea54cf..95bf5acdb39 100644 --- a/src/syswait.h +++ b/src/syswait.h @@ -45,14 +45,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define WRETCODE(w) w.w_retcode #define WCOREDUMP(w) w.w_coredump -#ifdef HPUX +#if defined (HPUX) || defined (convex) /* HPUX version 7 has broken definitions of these. */ +/* pvogel@convex.com says the convex does too. */ #undef WTERMSIG #undef WSTOPSIG #undef WIFSTOPPED #undef WIFSIGNALED #undef WIFEXITED -#endif +#endif /* HPUX | convex */ #ifndef WTERMSIG #define WTERMSIG(w) w.w_termsig