diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-12-18 17:10:50 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-12-18 17:11:23 -0800 |
commit | 7d7e742fe358f300019c50568d05e58543e0f898 (patch) | |
tree | 8d8c9b4217afb29df93cf5e627b904d17a3a6972 /lib-src | |
parent | 73b3beb56dd573a77fd7b103014f2d74674f2e23 (diff) |
Remove SunOS 4.x cruft
Support for SunOS 4.x was removed in Emacs 23 but some cruft was left behind.
* lib-src/pop.c [sun]: Remove no-longer-needed include.
* lwlib/xlwmenu.c (SUNSO41): Remove.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/pop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index c6deaf73a2..42d302026f 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -42,10 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #endif #include <pop.h> -#ifdef sun -#include <malloc.h> -#endif /* sun */ - #ifdef HESIOD #include <hesiod.h> /* |