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:
parent
c6cbe5f0db
commit
3b5f096679
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue