]> git.eshelyaron.com Git - emacs.git/commitdiff
(bcopy, bzero, bcmp): Don't define.
authorGerd Moellmann <gerd@gnu.org>
Mon, 28 Aug 2000 15:03:56 +0000 (15:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 28 Aug 2000 15:03:56 +0000 (15:03 +0000)
src/s/sco5.h

index 863f303f7a70154bdb4f22274a3fd74125a84651..8bce2d48063f5e8f83d9736a01868bbd2c7db07c 100644 (file)
@@ -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