diff options
| author | Karl Heuer | 1995-07-17 22:17:19 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-07-17 22:17:19 +0000 |
| commit | ed3e7c62a6f0f1fb510bd19933dfe43b67915a7d (patch) | |
| tree | d0175d8f605a753347cdd7bd2e532777bc948315 /src | |
| parent | d5283a4c58a9a593ca816074f4f554fce99ab14e (diff) | |
| download | emacs-ed3e7c62a6f0f1fb510bd19933dfe43b67915a7d.tar.gz emacs-ed3e7c62a6f0f1fb510bd19933dfe43b67915a7d.zip | |
(_setjmp, _longjmp): Add #undef's.
Diffstat (limited to 'src')
| -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 @@ | |||
| 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 | ||