summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2000-09-29 13:00:37 +0000
committerAndreas Schwab <schwab@suse.de>2000-09-29 13:00:37 +0000
commit9bb7794e97f6610d294ee6ab1547c36e7acc24cb (patch)
tree9f117fbd60ad4fb21f032341a42e45ec717f010d /src
parent25126faa090a88cf01bdeee642876ebdf9523408 (diff)
Remove hack of not prototyping bcopy, etc.
Diffstat (limited to 'src')
-rw-r--r--src/m/ia64.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/m/ia64.h b/src/m/ia64.h
index 14a060ca30f..f77d0a89aea 100644
--- a/src/m/ia64.h
+++ b/src/m/ia64.h
@@ -153,19 +153,6 @@ Boston, MA 02111-1307, USA. */
# 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