diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 7 |
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 |