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


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

Index: emacs/src/m/macppc.h
diff -c emacs/src/m/macppc.h:1.7 emacs/src/m/macppc.h:1.8
*** emacs/src/m/macppc.h:1.7    Tue Oct 23 05:05:27 2001
--- emacs/src/m/macppc.h        Mon Apr 15 09:19:38 2002
***************
*** 1,5 ****
  /* machine description file For the powerpc Macintosh.
!    Copyright (C) 1994, 2001 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file For the powerpc Macintosh.
!    Copyright (C) 1994, 2001, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 50,64 ****
  /* Convert that into an integer that is 100 for a load average of 1.0  */
  
  #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
  
  /* Some really obscure 4.2-based systems (like Sequent DYNIX)
   * do not support asynchronous I/O (using SIGIO) on sockets,
--- 50,55 ----



reply via email to

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