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


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

Index: emacs/src/m/intel386.h
diff -c emacs/src/m/intel386.h:1.34 emacs/src/m/intel386.h:1.35
*** emacs/src/m/intel386.h:1.34 Fri Dec  7 00:53:45 2001
--- emacs/src/m/intel386.h      Mon Apr 15 09:19:10 2002
***************
*** 1,5 ****
  /* Machine description file for intel 386.
!    Copyright (C) 1987 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Machine description file for intel 386.
!    Copyright (C) 1987, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 166,173 ****
  
  #define NO_REMAP
  
- #define STACK_DIRECTION -1
- 
  /* Since cannot purify, use standard Xenix 386 startup code. */
  
  #define START_FILES   /lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o
--- 166,171 ----
***************
*** 192,216 ****
  #endif /* not USG5_4 */
  #endif /* LIB_STANDARD */
  
- /* Paul Abrahams <address@hidden> says that
-    Unixware does not have alloca when using cc.  */
- #if ! (defined (USG5_4) && ! defined (SOLARIS2) && ! defined (__GNUC__))
- #define HAVE_ALLOCA
- #endif
- 
  #define NO_REMAP 
  #define TEXT_START 0
  #endif /* USG */
  #endif /* not XENIX */
  
- #ifdef BSD_SYSTEM
- #define HAVE_ALLOCA
- #endif /* BSD_SYSTEM */
- 
  /* If compiling with GCC, let GCC implement alloca.  */
  #if defined(__GNUC__) && !defined(alloca)
  #define alloca(n) __builtin_alloca(n)
- #define HAVE_ALLOCA
  #endif
  
  #ifdef USG5_4
--- 190,203 ----
***************
*** 225,231 ****
  #define VIRT_ADDR_VARIES
  #define DATA_END      get_data_end ()
  #define DATA_START    get_data_start ()
- #define HAVE_ALLOCA
  #define NO_ARG_ARRAY
  #endif
  
--- 212,217 ----



reply via email to

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