fix warning

This commit is contained in:
Glenn Maynard
2003-09-19 01:46:54 +00:00
parent f6f398f243
commit 9f90db730d
+2
View File
@@ -41,7 +41,9 @@ modules, but which are not relevant to the outside. */
//#include "config.h"
#define HAVE_MEMMOVE 1
#define NEWLINE '\n'
#if defined(_WINDOWS)
#pragma warning( disable : 4244 )
#endif
/* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY