projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6cbe5f
)
[SOLARIS2]: Remove redundant include of string.h.
author
Dave Love
<fx@gnu.org>
Fri, 22 Sep 2000 16:11:12 +0000
(16:11 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 22 Sep 2000 16:11:12 +0000
(16:11 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index c082124d32f21c2f95f88215fb33a7b023631cea..c25fb1aa7fd15a58c6997b9bfa798bfe3fecd450 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-149,13
+149,6
@@
extern void _XEditResCheckMessages ();
#endif
#endif
-#ifdef SOLARIS2
-/* memmove will be defined as a macro in Xfuncs.h unless
- <string.h> is included beforehand. The declaration for memmove in
- <string.h> will cause a syntax error when Xfuncs.h later includes it. */
-#include <string.h>
-#endif
-
#ifndef min
#define min(a,b) ((a) < (b) ? (a) : (b))
#endif