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 | |
parent | 73b3beb56dd573a77fd7b103014f2d74674f2e23 (diff) | |
download | emacs-7d7e742fe358f300019c50568d05e58543e0f898.tar.gz |
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.
-rw-r--r-- | lib-src/pop.c | 4 | ||||
-rw-r--r-- | lwlib/xlwmenu.c | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index c6deaf73a2c..42d302026ff 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> /* diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 61f175b3c25..7e766bb7300 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -28,13 +28,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <sys/types.h> -#if (defined __sun) && !(defined SUNOS41) -#define SUNOS41 #include <X11/Xos.h> -#undef SUNOS41 -#else -#include <X11/Xos.h> -#endif #include <X11/IntrinsicP.h> #include <X11/ObjectP.h> #include <X11/StringDefs.h> |