diff options
| author | Richard M. Stallman | 1993-11-28 11:32:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-28 11:32:00 +0000 |
| commit | e19e176ab9058c65a8b0b798ae814ab3b0d89ecf (patch) | |
| tree | 4985be978c34b2419adc77236c2f2681d7d0bd23 /src | |
| parent | 0952210a1a2f07324e9b055d40d346a15dbfc814 (diff) | |
| download | emacs-e19e176ab9058c65a8b0b798ae814ab3b0d89ecf.tar.gz emacs-e19e176ab9058c65a8b0b798ae814ab3b0d89ecf.zip | |
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos413.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index f5d1ab11a7f..1ee0969eedf 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h | |||
| @@ -16,3 +16,8 @@ | |||
| 16 | /* This enables some #undefs in systty.h. */ | 16 | /* This enables some #undefs in systty.h. */ |
| 17 | #define BSD_TERMIOS | 17 | #define BSD_TERMIOS |
| 18 | #endif | 18 | #endif |
| 19 | |||
| 20 | /* barrie@calvin.demon.co.uk says memmove is missing. */ | ||
| 21 | #ifndef SYSTEM_MALLOC | ||
| 22 | #define MEMMOVE_MISSING | ||
| 23 | #endif | ||