aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-09-22 16:11:12 +0000
committerDave Love2000-09-22 16:11:12 +0000
commit3b5f09667922db312b7f156aea9d62dfbbf18c19 (patch)
tree3870620d724715bccbb21d40ffd4078c2c16901a /src
parentc6cbe5f0dbd852e13588011b34967f65776feb22 (diff)
downloademacs-3b5f09667922db312b7f156aea9d62dfbbf18c19.tar.gz
emacs-3b5f09667922db312b7f156aea9d62dfbbf18c19.zip
[SOLARIS2]: Remove redundant include of string.h.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c082124d32f..c25fb1aa7fd 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -149,13 +149,6 @@ extern void _XEditResCheckMessages ();
149#endif 149#endif
150#endif 150#endif
151 151
152#ifdef SOLARIS2
153/* memmove will be defined as a macro in Xfuncs.h unless
154 <string.h> is included beforehand. The declaration for memmove in
155 <string.h> will cause a syntax error when Xfuncs.h later includes it. */
156#include <string.h>
157#endif
158
159#ifndef min 152#ifndef min
160#define min(a,b) ((a) < (b) ? (a) : (b)) 153#define min(a,b) ((a) < (b) ? (a) : (b))
161#endif 154#endif