From: Richard M. Stallman Date: Fri, 14 Jan 1994 18:47:00 +0000 (+0000) Subject: (BSTRING): Don't define it here. X-Git-Tag: emacs-19.34~10264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d6031ba4862978f371cee7a1401a045513856bc;p=emacs.git (BSTRING): Don't define it here. --- diff --git a/src/s/sco4.h b/src/s/sco4.h index ec5b5c3922b..5cd41bdba42 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -57,11 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define PTY_TTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/ttyp%d", i); -/* SCO perhaps has bcopy, et. al. */ -#ifdef HAVE_BCOPY -#define BSTRING -#endif - /* Sockets are an option on SCO. If you have X, you have them. They also exist if you have TCP, but we don't know how to test for that. */