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:
parent
5e8db0c61e
commit
a7d40caa14
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue