diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-07-17 22:17:19 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-07-17 22:17:19 +0000 |
commit | 26fcfae98363c430732e80ecbf0306465c4b45c4 (patch) | |
tree | 89de8c9d47365e281acaa2d2a7ded37f1b387c64 /src/s | |
parent | 4686a98b4ea383819134c641108e1c3ec65bd60d (diff) | |
download | emacs-26fcfae98363c430732e80ecbf0306465c4b45c4.tar.gz |
(_setjmp, _longjmp): Add #undef's.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/aix4-1.h | 3 |
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 @@ /* Cancel definition from aix3-1.h. */ #undef sigsetmask + +#undef _setjmp +#undef _longjmp |