diff options
Diffstat (limited to 'editors/emacs23/files/patch-src:m:alpha.h')
-rw-r--r-- | editors/emacs23/files/patch-src:m:alpha.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/emacs23/files/patch-src:m:alpha.h b/editors/emacs23/files/patch-src:m:alpha.h deleted file mode 100644 index 080a33650114..000000000000 --- a/editors/emacs23/files/patch-src:m:alpha.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/m/alpha.h.orig Mon Oct 2 23:30:39 2000 -+++ src/m/alpha.h Wed Feb 13 09:05:57 2002 -@@ -198,7 +198,7 @@ - - #ifndef NOT_C_CODE - /* We need these because pointers are larger than the default ints. */ --#if !defined(__NetBSD__) && !defined(__OpenBSD__) -+#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__FreeBSD__) - #include <alloca.h> - #endif - |