]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:11:25 +0000 (17:11 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:11:25 +0000 (17:11 +0000)
src/s/usg5-4.h

index 6a28e8e9c549f60f4d0c87858a3bf64a053291a9..097bded32fe40ff55525f76c788b56119874f1c9 100644 (file)
@@ -193,7 +193,7 @@ Boston, MA 02111-1307, USA.  */
 #define bcopy(src,dst,n)       memmove (dst,src,n)
 #define bzero(s,n)             memset (s,0,n)
 #endif
-#ifdef HAVE_BCMP
+#ifndef HAVE_BCMP
 #define bcmp(src,dst,n)                memcmp (src,dst,n)
 #endif