aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-07-17 22:17:19 +0000
committerKarl Heuer1995-07-17 22:17:19 +0000
commited3e7c62a6f0f1fb510bd19933dfe43b67915a7d (patch)
treed0175d8f605a753347cdd7bd2e532777bc948315 /src
parentd5283a4c58a9a593ca816074f4f554fce99ab14e (diff)
downloademacs-ed3e7c62a6f0f1fb510bd19933dfe43b67915a7d.tar.gz
emacs-ed3e7c62a6f0f1fb510bd19933dfe43b67915a7d.zip
(_setjmp, _longjmp): Add #undef's.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4-1.h3
1 files changed, 3 insertions, 0 deletions
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 @@
12 12
13/* Cancel definition from aix3-1.h. */ 13/* Cancel definition from aix3-1.h. */
14#undef sigsetmask 14#undef sigsetmask
15
16#undef _setjmp
17#undef _longjmp