summaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/files/patch-src:m:alpha.h
blob: 080a336501143132fe9a5e5ac7f441061ff3bb34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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