From: Richard M. Stallman Date: Sun, 20 Aug 1995 15:51:42 +0000 (+0000) Subject: (sigsetmask, _setjmp, _longjmp): Delete undefs. X-Git-Tag: emacs-19.34~2958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfc30de97f1b9fd7b7bfcbe98f0152f5febbbcc7;p=emacs.git (sigsetmask, _setjmp, _longjmp): Delete undefs. [__GNUC__] (_NO_PROTO): Add undef. --- diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index fdb2db3466f..52c9265d7c4 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -10,8 +10,6 @@ /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ #define LIB_MOTIF -lXm -li18n -/* Cancel definition from aix3-1.h. */ -#undef sigsetmask - -#undef _setjmp -#undef _longjmp +#ifdef __GNUC__ +#undef _NO_PROTO +#endif