diff options
Diffstat (limited to 'editors/emacs23/files/patch-src__alloc.c')
-rw-r--r-- | editors/emacs23/files/patch-src__alloc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/emacs23/files/patch-src__alloc.c b/editors/emacs23/files/patch-src__alloc.c deleted file mode 100644 index 80c226b6f778..000000000000 --- a/editors/emacs23/files/patch-src__alloc.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/alloc.c.orig 2008-09-07 05:25:27.000000000 +0300 -+++ src/alloc.c 2008-09-07 05:25:27.000000000 +0300 -@@ -4573,8 +4573,12 @@ - needed on ia64 too. See mach_dep.c, where it also says inline - assembler doesn't work with relevant proprietary compilers. */ - #ifdef __sparc__ -+#ifdef __sparc64__ -+ asm ("flushw"); -+#else - asm ("ta 3"); - #endif -+#endif - - /* Save registers that we need to see on the stack. We need to see - registers used to hold register variables and registers used to |