From 8141cffaaecdd263391f3cf740c950cc46c3a37e Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 14 Dec 2005 21:37:49 +0000 Subject: [PATCH] More unneeded memmove references. --- dos/pdcdisp.c | 6 +----- dos/pdcscrn.c | 6 +----- os2/pdcdisp.c | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/dos/pdcdisp.c b/dos/pdcdisp.c index 9efd5d94..c5cf609d 100644 --- a/dos/pdcdisp.c +++ b/dos/pdcdisp.c @@ -29,12 +29,8 @@ # include #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 diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index 55cd48b4..d7ab1653 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -27,16 +27,12 @@ # include #endif -#ifndef HAVE_MEMMOVE -# define memmove PDC_memmove -#endif - #ifdef __DJGPP__ # include #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; diff --git a/os2/pdcdisp.c b/os2/pdcdisp.c index 74a93030..5905460f 100644 --- a/os2/pdcdisp.c +++ b/os2/pdcdisp.c @@ -29,12 +29,8 @@ # include #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*********************************************************************