]> git.pld-linux.org Git - packages/emacs.git/blame - emacs-proto.patch
- release 3
[packages/emacs.git] / emacs-proto.patch
CommitLineData
681bb1d6 1--- emacs-20.7/src/m/ia64.h.foo Fri Sep 22 21:22:56 2000
2+++ emacs-20.7/src/m/ia64.h Fri Sep 22 21:23:40 2000
3@@ -165,19 +165,6 @@
4 # include <stdlib.h>
5 # endif
6
7-/* Hack alert! For reasons unknown to mankind the string.h file insists
8- on defining bcopy etc. as taking char pointers as arguments. With
9- Emacs this produces an endless amount of warning which are harmless,
10- but tends to flood the real errors. This hack works around this problem
11- by not prototyping. */
12-#define bcopy string_h_bcopy
13-#define bzero string_h_bzero
14-#define bcmp string_h_bcmp
15-#include <string.h>
16-#undef bcopy
17-#undef bzero
18-#undef bcmp
19-
20 /* We need to prototype these for the lib-src programs even if we don't
21 use the system malloc for the Emacs proper. */
22 #ifdef _MALLOC_INTERNAL
This page took 0.057189 seconds and 4 git commands to generate.