(byte_table_same_value_p): Use `internal_equal' instead of `EQ'.
[chise/xemacs-chise.git-] / src / s / msdos.h
index 5f857c3..ad8694a 100644 (file)
@@ -189,11 +189,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 #define tzset init_gettimeofday
 #endif
 
-/* 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")