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/att3b.h


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

Index: emacs/src/m/att3b.h
diff -c emacs/src/m/att3b.h:1.11 emacs/src/m/att3b.h:1.12
*** emacs/src/m/att3b.h:1.11    Mon Jan 15 04:15:02 1996
--- emacs/src/m/att3b.h Mon Apr 15 09:16:31 2002
***************
*** 1,5 ****
  /* Machine-dependent configuration for GNU Emacs for AT&T 3b machines.
!    Copyright (C) 1986 Free Software Foundation, Inc.
  
     Modified by David Robinson (address@hidden) 6/6/86
  
--- 1,5 ----
  /* Machine-dependent configuration for GNU Emacs for AT&T 3b machines.
!    Copyright (C) 1986, 2002 Free Software Foundation, Inc.
  
     Modified by David Robinson (address@hidden) 6/6/86
  
***************
*** 78,94 ****
  
  /* #define VIRT_ADDR_VARIES */  /* Karl Kleinpaste says this isn't needed.  */
  
- /* 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.  */
- 
  /* SysV has alloca in the PW library */
  
  #define LIB_STANDARD -lPW -lc
- #define HAVE_ALLOCA
  
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
--- 78,86 ----
***************
*** 135,144 ****
  #endif /* 3b2, 3b5 or 3b15 */
  
  #define TEXT_START 0
- 
- 
- /* For alloca.c (not actually used, since HAVE_ALLOCA) */
- #define STACK_DIRECTION 1
  
  /* (short) negative-int doesn't sign-extend correctly */
  #define SHORT_CAST_BUG
--- 127,132 ----



reply via email to

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