1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

[SOLARIS2]: Remove redundant include of string.h.

This commit is contained in:
Dave Love 2000-09-22 16:11:12 +00:00
parent c6cbe5f0db
commit 3b5f096679

View file

@ -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