]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- merged patches from rawhide.
authorkloczek <kloczek@pld-linux.org>
Fri, 20 Oct 2000 16:20:07 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs-proto.patch -> 1.1

emacs-proto.patch [new file with mode: 0644]

diff --git a/emacs-proto.patch b/emacs-proto.patch
new file mode 100644 (file)
index 0000000..72255d7
--- /dev/null
@@ -0,0 +1,22 @@
+--- emacs-20.7/src/m/ia64.h.foo        Fri Sep 22 21:22:56 2000
++++ emacs-20.7/src/m/ia64.h    Fri Sep 22 21:23:40 2000
+@@ -165,19 +165,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
This page took 0.064452 seconds and 4 git commands to generate.