From a98a506adca85d50fa2966a9225243ed5c1999d6 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Mon, 16 Jul 2007 17:06:44 +0000 Subject: Update to 22.1. Hand over maintainership to keramida. --- editors/emacs22/files/patch-src:alloc.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 editors/emacs22/files/patch-src:alloc.c (limited to 'editors/emacs22/files/patch-src:alloc.c') diff --git a/editors/emacs22/files/patch-src:alloc.c b/editors/emacs22/files/patch-src:alloc.c deleted file mode 100644 index 0ae9270b0d1f..000000000000 --- a/editors/emacs22/files/patch-src:alloc.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/alloc.c.orig Thu Sep 12 13:50:01 2002 -+++ src/alloc.c Thu Sep 12 13:48:11 2002 -@@ -3723,7 +3723,11 @@ - /* This trick flushes the register windows so that all the state of - the process is contained in the stack. */ - #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 -- cgit v1.2.3