# HG changeset patch # User Richard M. Stallman # Date 808933902 0 # Node ID a94cc53e1f0480431fe5cc8efbf4711a885d77ba # Parent e4af0796bf504069bdee6bad715997954f1ef89b (sigsetmask, _setjmp, _longjmp): Delete undefs. [__GNUC__] (_NO_PROTO): Add undef. diff -r e4af0796bf50 -r a94cc53e1f04 src/s/aix4-1.h --- a/src/s/aix4-1.h Sun Aug 20 15:50:33 1995 +0000 +++ b/src/s/aix4-1.h Sun Aug 20 15:51:42 1995 +0000 @@ -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