More unneeded memmove references.

This commit is contained in:
William McBrine
2005-12-14 21:37:49 +00:00
parent ce392c2cc0
commit 8141cffaae
3 changed files with 3 additions and 15 deletions

View File

@@ -29,12 +29,8 @@
# include <memory.h>
#endif
#ifndef HAVE_MEMMOVE
# define memmove PDC_memmove
#endif
#ifdef PDCDEBUG
char *rcsid_PDCdisp = "$Id: pdcdisp.c,v 1.6 2005/11/22 05:55:04 wmcbrine Exp $";
char *rcsid_PDCdisp = "$Id: pdcdisp.c,v 1.7 2005/12/14 21:37:48 wmcbrine Exp $";
#endif
#ifdef PC

View File

@@ -27,16 +27,12 @@
# include <memory.h>
#endif
#ifndef HAVE_MEMMOVE
# define memmove PDC_memmove
#endif
#ifdef __DJGPP__
# include <sys/movedata.h>
#endif
#ifdef PDCDEBUG
char *rcsid_PDCscrn = "$Id: pdcscrn.c,v 1.5 2005/12/11 05:51:23 wmcbrine Exp $";
char *rcsid_PDCscrn = "$Id: pdcscrn.c,v 1.6 2005/12/14 21:37:48 wmcbrine Exp $";
#endif
static unsigned short *saved_screen = NULL;

View File

@@ -29,12 +29,8 @@
# include <memory.h>
#endif
#ifndef HAVE_MEMMOVE
# define memmove PDC_memmove
#endif
#ifdef PDCDEBUG
char *rcsid_PDCdisp = "$Id: pdcdisp.c,v 1.2 2001/01/10 08:29:31 mark Exp $";
char *rcsid_PDCdisp = "$Id: pdcdisp.c,v 1.3 2005/12/14 21:37:49 wmcbrine Exp $";
#endif
/*man-start*********************************************************************