1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

(sigsetmask, _setjmp, _longjmp): Delete undefs.

[__GNUC__] (_NO_PROTO): Add undef.
This commit is contained in:
Richard M. Stallman 1995-08-20 15:51:42 +00:00
parent 029305afa1
commit bfc30de97f

View file

@ -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