aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-20 15:51:42 +0000
committerRichard M. Stallman1995-08-20 15:51:42 +0000
commitbfc30de97f1b9fd7b7bfcbe98f0152f5febbbcc7 (patch)
tree30ad3c0fa25d52c4bd5c6e25755684335af6f0e1 /src/s
parent029305afa155f4edd8375c9af7f3cbcc070ff505 (diff)
downloademacs-bfc30de97f1b9fd7b7bfcbe98f0152f5febbbcc7.tar.gz
emacs-bfc30de97f1b9fd7b7bfcbe98f0152f5febbbcc7.zip
(sigsetmask, _setjmp, _longjmp): Delete undefs.
[__GNUC__] (_NO_PROTO): Add undef.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix4-1.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h
index fdb2db3466f..52c9265d7c4 100644
--- a/src/s/aix4-1.h
+++ b/src/s/aix4-1.h
@@ -10,8 +10,6 @@
10/* olson@mcs.anl.gov says -li18n is needed by -lXm. */ 10/* olson@mcs.anl.gov says -li18n is needed by -lXm. */
11#define LIB_MOTIF -lXm -li18n 11#define LIB_MOTIF -lXm -li18n
12 12
13/* Cancel definition from aix3-1.h. */ 13#ifdef __GNUC__
14#undef sigsetmask 14#undef _NO_PROTO
15 15#endif
16#undef _setjmp
17#undef _longjmp