Mercurial > emacs
changeset 31844:228555beda7f
[SOLARIS2]: Remove redundant include of string.h.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 22 Sep 2000 16:11:12 +0000 |
parents | 1c4c8b3d3ddf |
children | 4bdcc0f0232f |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Fri Sep 22 13:15:52 2000 +0000 +++ b/src/xterm.c Fri Sep 22 16:11:12 2000 +0000 @@ -149,13 +149,6 @@ #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