diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-28 15:03:56 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-28 15:03:56 +0000 |
commit | c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa (patch) | |
tree | d0930778c6815a08cf50f3ee09aabb904b371c49 /src/s | |
parent | 1f4ecd6b72241c6f562192735279329c5eb963c9 (diff) | |
download | emacs-c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa.tar.gz emacs-c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa.tar.bz2 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. */ #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" #endif -/* miano@acosta.enet.dec.com says these are needed. */ -#define bcopy(b1,b2,len) memmove (b2, b1, len) -#define bzero(b,len) memset (b, 0, len) -#define bcmp(b1,b2,len) memcmp (b1, b2, len) - /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ #define PREFER_VSUSP |