Mercurial > emacs
changeset 6382:16e6eb4c5afa
use bcopy when moving gap.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 16 Mar 1994 22:14:06 +0000 |
parents | 52f4a94c8c3d |
children | 62db5566c287 |
files | src/s/msdos.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/msdos.h Wed Mar 16 19:53:19 1994 +0000 +++ b/src/s/msdos.h Wed Mar 16 22:14:06 1994 +0000 @@ -215,5 +215,10 @@ 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