mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
28bbc23248
Repo-copied from emacs20-emcws. Submitted by: nakaji@jp.freebsd.org
12 lines
364 B
C
12 lines
364 B
C
--- 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
|
|
|