X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cb768704a459ab54632daf5bb1a10127a6a5c9f7..72af86bd8cf1812d1fcc8924c4093d692040a664:/src/s/msdos.h diff --git a/src/s/msdos.h b/src/s/msdos.h index af27263596..cffa13cef4 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -104,10 +104,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\') #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_)) -/* bcopy under djgpp is quite safe. */ -#define GAP_USE_BCOPY -#define BCOPY_UPWARD_SAFE 1 -#define BCOPY_DOWNWARD_SAFE 1 /* Mode line description of a buffer's type. */ #define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B")