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


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

Index: emacs/src/m/sparc.h
diff -c emacs/src/m/sparc.h:1.19 emacs/src/m/sparc.h:1.20
*** emacs/src/m/sparc.h:1.19    Tue Sep 26 09:02:21 2000
--- emacs/src/m/sparc.h Mon Apr 15 09:21:28 2002
***************
*** 1,5 ****
  /* machine description file for Sun 4 SPARC.
!    Copyright (C) 1987 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file for Sun 4 SPARC.
!    Copyright (C) 1987, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 59,72 ****
  
  #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
  
- /* 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 HAVE_ALLOCA
  #ifndef NOT_C_CODE
  #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly.  */
  #include <alloca.h>
--- 59,64 ----



reply via email to

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