1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00

use bcopy when moving gap.

This commit is contained in:
Karl Heuer 1994-03-16 22:14:06 +00:00
parent 5e8db0c61e
commit a7d40caa14

View file

@ -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