diff options
| author | Gerd Moellmann | 2000-08-28 15:03:56 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-28 15:03:56 +0000 |
| commit | c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa (patch) | |
| tree | d0930778c6815a08cf50f3ee09aabb904b371c49 /src/s | |
| parent | 1f4ecd6b72241c6f562192735279329c5eb963c9 (diff) | |
| download | emacs-c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa.tar.gz emacs-c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa.zip | |
(bcopy, bzero, bcmp): Don't define.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sco5.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h index 863f303f7a7..8bce2d48063 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 121 | #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" | 121 | #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" |
| 122 | #endif | 122 | #endif |
| 123 | 123 | ||
| 124 | /* miano@acosta.enet.dec.com says these are needed. */ | ||
| 125 | #define bcopy(b1,b2,len) memmove (b2, b1, len) | ||
| 126 | #define bzero(b,len) memset (b, 0, len) | ||
| 127 | #define bcmp(b1,b2,len) memcmp (b1, b2, len) | ||
| 128 | |||
| 129 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 124 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 130 | #define PREFER_VSUSP | 125 | #define PREFER_VSUSP |
| 131 | 126 | ||