emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/hp800.h,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/m/hp800.h,v
Date: Fri, 22 Dec 2006 23:05:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/12/22 23:05:55

Index: hp800.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/hp800.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- hp800.h     6 Feb 2006 15:23:23 -0000       1.25
+++ hp800.h     22 Dec 2006 23:05:55 -0000      1.26
@@ -175,5 +175,13 @@
 
 #endif /* __hpux */
 
+/* Systems with GCC don't need to lose. */
+#ifdef __NetBSD__
+# ifdef __GNUC__
+#  define alloca __builtin_alloca
+#  define HAVE_ALLOCA
+# endif /* __GNUC__ */
+#endif /* __NetBSD__ */
+
 /* arch-tag: 809436e6-1645-4b92-b40d-2de5d6e7227c
    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]