diff options
| author | Richard M. Stallman | 1995-07-01 19:48:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-01 19:48:43 +0000 |
| commit | 7d23fb3908a232c142bfe355b76d99c938ebe182 (patch) | |
| tree | 04d239ad560f198627847523cda63cc3bed7765b /src | |
| parent | c2bef98549811f2146cd9cbd5b34ad125ba4ddfb (diff) | |
| download | emacs-7d23fb3908a232c142bfe355b76d99c938ebe182.tar.gz emacs-7d23fb3908a232c142bfe355b76d99c938ebe182.zip | |
(sigsetmask): Add #undef.
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 30848c28c63..28fe7da8217 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h | |||
| @@ -9,3 +9,6 @@ | |||
| 9 | 9 | ||
| 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 | |||
| 13 | /* Cancel definition from aix3-1.h. */ | ||
| 14 | #undef sigsetmask | ||