]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-proto.patch
- add url
[packages/emacs.git] / emacs-proto.patch
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.062896 seconds and 3 git commands to generate.