changeset 31997:ab473e4fb307

Remove hack of not prototyping bcopy, etc.
author Andreas Schwab <schwab@suse.de>
date Fri, 29 Sep 2000 13:00:37 +0000
parents ea0299ebce0e
children 2fc7fc7dc44c
files src/m/ia64.h
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/ia64.h	Fri Sep 29 12:42:01 2000 +0000
+++ b/src/m/ia64.h	Fri Sep 29 13:00:37 2000 +0000
@@ -153,19 +153,6 @@
 #  include <stdlib.h>
 # endif
 
-/* Hack alert!  For reasons unknown to mankind the string.h file insists
-   on defining bcopy etc. as taking char pointers as arguments.  With
-   Emacs this produces an endless amount of warning which are harmless,
-   but tends to flood the real errors.  This hack works around this problem
-   by not prototyping.  */
-#define bcopy string_h_bcopy
-#define bzero string_h_bzero
-#define bcmp  string_h_bcmp
-#include <string.h>
-#undef bcopy
-#undef bzero
-#undef bcmp
-
 /* We need to prototype these for the lib-src programs even if we don't
    use the system malloc for the Emacs proper.  */
 #ifdef _MALLOC_INTERNAL