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


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

Index: emacs/src/m/ibmrs6000.h
diff -c emacs/src/m/ibmrs6000.h:1.38 emacs/src/m/ibmrs6000.h:1.39
*** emacs/src/m/ibmrs6000.h:1.38        Fri Nov 10 20:05:49 2000
--- emacs/src/m/ibmrs6000.h     Mon Apr 15 09:18:25 2002
***************
*** 1,5 ****
  /* R2 AIX machine/system dependent defines
!    Copyright (C) 1988 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* R2 AIX machine/system dependent defines
!    Copyright (C) 1988, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 100,118 ****
  */
  #undef ADDR_CORRECT
  #define ADDR_CORRECT(x) ((int)(x))
- 
- /* 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.        */
- 
- /* Note: aix3-2.h defines HAVE_ALLOCA; aix3-1.h doesn't.  */
- #ifndef HAVE_ALLOCA
- #define C_ALLOCA
- #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */
- #endif
  
  /* Specify the font for X to use.
     This used to be Rom14.500; that's nice on the X server shipped with
--- 100,105 ----



reply via email to

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