Mercurial > emacs
changeset 5204:74fd637f952c
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Nov 1993 11:32:00 +0000 |
parents | ff53ad0b94ed |
children | 7242044549aa |
files | src/s/sunos413.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos413.h Sun Nov 28 11:30:23 1993 +0000 +++ b/src/s/sunos413.h Sun Nov 28 11:32:00 1993 +0000 @@ -16,3 +16,8 @@ /* This enables some #undefs in systty.h. */ #define BSD_TERMIOS #endif + +/* barrie@calvin.demon.co.uk says memmove is missing. */ +#ifndef SYSTEM_MALLOC +#define MEMMOVE_MISSING +#endif