diff options
| author | Boris Samorodov <bsam@FreeBSD.org> | 2009-02-02 12:15:44 +0000 |
|---|---|---|
| committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-02-02 12:15:44 +0000 |
| commit | 6f2bb26c309296263a991427cd550297663dabe0 (patch) | |
| tree | ae9bc91b3c73babaf904218c057f5f9a27e71d13 /editors/emacs-devel/files/patch-src-alloc.c | |
| parent | - switch to USE_TCL infrastructure (diff) | |
Emacs pretest 23.0.90 is now available:
http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html
PR: ports/131275
Submitted by: keramida (maintainer)
Diffstat (limited to 'editors/emacs-devel/files/patch-src-alloc.c')
| -rw-r--r-- | editors/emacs-devel/files/patch-src-alloc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/emacs-devel/files/patch-src-alloc.c b/editors/emacs-devel/files/patch-src-alloc.c index 408581bc67b9..e69de29bb2d1 100644 --- a/editors/emacs-devel/files/patch-src-alloc.c +++ b/editors/emacs-devel/files/patch-src-alloc.c @@ -1,15 +0,0 @@ ---- src/alloc.c.orig 2008-12-09 19:27:59.000000000 +0200 -+++ src/alloc.c 2008-12-09 19:25:42.000000000 +0200 -@@ -4488,8 +4488,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 |
