From: Karl Heuer Date: Wed, 16 Mar 1994 22:14:06 +0000 (+0000) Subject: use bcopy when moving gap. X-Git-Tag: emacs-19.34~9470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7d40caa145f4f2a7dcb791248fe2e1b05b8cb8f;p=emacs.git use bcopy when moving gap. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 10c15ee682e..49fc4ec990d 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -215,5 +215,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ likes that */ #define FILE_SYSTEM_CASE Fdowncase +/* bcopy under djgpp is quite safe */ +#define GAP_USE_BCOPY +#define BCOPY_UPWARD_SAFE 1 +#define BCOPY_DOWNWARD_SAFE 1 + /* MSDOS doesn't really have this function. */ #define getppid() 1