emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100510: m/hp800.h simplification.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100510: m/hp800.h simplification.
Date: Wed, 02 Jun 2010 22:41:49 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100510
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-06-02 22:41:49 -0700
message:
  m/hp800.h simplification.
  
  * src/m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
  now that AH_BOTTOM does it.
modified:
  src/ChangeLog
  src/m/hp800.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-06-03 05:35:54 +0000
+++ b/src/ChangeLog     2010-06-03 05:41:49 +0000
@@ -1,5 +1,8 @@
 2010-06-03  Glenn Morris  <address@hidden>
 
+       * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
+       now that AH_BOTTOM does it.
+
        * m/hp800.h (HAVE_ALLOCA):
        * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
 

=== modified file 'src/m/hp800.h'
--- a/src/m/hp800.h     2010-06-03 05:35:54 +0000
+++ b/src/m/hp800.h     2010-06-03 05:41:49 +0000
@@ -29,12 +29,5 @@
    This flag only matters if you use USE_LISP_UNION_TYPE.  */
 #define EXPLICIT_SIGN_EXTEND
 
-/* Systems with GCC don't need to lose. */
-#ifdef __NetBSD__
-# ifdef __GNUC__
-#  define alloca __builtin_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]