From: Karl Heuer Date: Mon, 17 Jul 1995 22:17:19 +0000 (+0000) Subject: (_setjmp, _longjmp): Add #undef's. X-Git-Tag: emacs-19.34~3323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed3e7c62a6f0f1fb510bd19933dfe43b67915a7d;p=emacs.git (_setjmp, _longjmp): Add #undef's. --- diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index 28fe7da8217..fdb2db3466f 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -12,3 +12,6 @@ /* Cancel definition from aix3-1.h. */ #undef sigsetmask + +#undef _setjmp +#undef _longjmp