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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/m/hp800.h
Date: Mon, 15 Apr 2002 09:17:50 -0400

Index: emacs/src/m/hp800.h
diff -c emacs/src/m/hp800.h:1.16 emacs/src/m/hp800.h:1.17
*** emacs/src/m/hp800.h:1.16    Tue Dec 11 01:34:37 2001
--- emacs/src/m/hp800.h Mon Apr 15 09:17:50 2002
***************
*** 1,5 ****
  /* machine description file for hp9000 series 800 machines.
!    Copyright (C) 1987 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file for hp9000 series 800 machines.
!    Copyright (C) 1987, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 102,109 ****
  
  #undef CANNOT_DUMP
  
- #define STACK_DIRECTION 1 
- 
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
     when Emacs is dumped.  If you define this, the preloaded Lisp
--- 102,107 ----
***************
*** 117,124 ****
  
  #ifdef GNU_LINUX
  
- #define HAVE_ALLOCA
- 
  /* Data type of load average, as read out of kmem.  */
  
  #define LOAD_AVE_TYPE long
--- 115,120 ----
***************
*** 141,156 ****
     numerically.  */
  
  #define VIRT_ADDR_VARIES
- 
- /* Define C_ALLOCA if this machine does not support a true alloca
-    and the one written in C should be used instead.
-    Define HAVE_ALLOCA to say that the system provides a properly
-    working alloca function and it should be used.
-    Define neither one if an assembler-language alloca
-    in the file alloca.s should be used.  */
- 
- #define C_ALLOCA
- /* #define HAVE_ALLOCA */
  
  /* the data segment on this machine always starts at address 0x40000000. */
  
--- 137,142 ----



reply via email to

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