]> git.eshelyaron.com Git - emacs.git/commitdiff
(bcopy, bzero, bcmp): Don't define.
authorDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:45:33 +0000 (16:45 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:45:33 +0000 (16:45 +0000)
src/m/hp800.h
src/m/ns16000.h
src/m/sr2k.h
src/m/wicat.h

index d20abeb24ee3e4411481fe92e09c3482e4757689..72c3a1ca4eae8a26d9a913068df66ad83e896c8f 100644 (file)
@@ -74,16 +74,6 @@ Boston, MA 02111-1307, USA.  */
 #if 0  /* Loses when sign bit of type field is set.  */
 #define XUNMARK(a) ((a) = (((a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS))
 #endif
-
-/* Define the BSTRING functions in terms of the sysV functions. */
-/* On HPUX 8.05, including types.h can include strings.h
-   which declares these as functions.  Hence the #ifndef.  */
-
-#ifndef HAVE_BCOPY
-#define bcopy(a,b,s)   memcpy (b,a,s)
-#define bzero(a,s)     memset (a,0,s)
-#define bcmp           memcmp
-#endif
 \f
 /* Common definitions for HPUX and GNU/Linux.  */
 
index c9cf40052638db61607829602cce96f5822c2a7f..e6cbe6cee6f09604b96ae54d9b06eba24725b662 100644 (file)
@@ -85,15 +85,6 @@ NOTE-END  */
 #undef BSTRING
 #define BSTRING
 
-/* Macro definitions to emulate BSD functions with SysV ones */
-#undef bcopy
-#undef bzero
-#undef bcmp
-
-#define bcopy(a,b,s)   memcpy(b,a,s)
-#define bzero(a,s)     memset(a,0,s)
-#define bcmp           memcmp
-
 /* This avoids problems with uninitialized static variables going in .data.  */
 #define static
 
index 7aed1348377c4591806712e1fac0c442e1d68871..5013d1249fc9ba7ce5220a538895b0cb4d750d11 100644 (file)
@@ -74,16 +74,6 @@ Boston, MA 02111-1307, USA.  */
 #if 0  /* Loses when sign bit of type field is set.  */
 #define XUNMARK(a) ((a) = (((a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS))
 #endif
-
-/* Define the BSTRING functions in terms of the sysV functions. */
-/* On HPUX 8.05, including types.h can include strings.h
-   which declares these as functions.  Hence the #ifndef.  */
-
-#ifndef HAVE_BCOPY
-#define bcopy(a,b,s)   memcpy (b,a,s)
-#define bzero(a,s)     memset (a,0,s)
-#define bcmp           memcmp
-#endif
 \f
 /* #ifdef __hpux */
 /* Now define a symbol for the cpu type, if your compiler
index b361418c8d897cb8577ac38531c29d406badc92e..e361d09164d7c4bcc82fbe16e3df03f33773e4be 100644 (file)
@@ -111,16 +111,6 @@ Boston, MA 02111-1307, USA.  */
 
 #undef BSTRING
 
-#ifdef BSTRING
-#undef bcopy
-#undef bzero
-#undef bcmp
-
-#define bcopy(a,b,s)   memcpy(b,a,s)
-#define bzero(a,s)     memset(a,0,s)
-#define bcmp           memcmp
-#endif
-
 /*
  * Define optimflags if you want to optimize.
  *     - Set to null string for pre-4.2 C compiler