mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
More unneeded memmove references.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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*********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user