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/ibmrt-aix.h


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

Index: emacs/src/m/ibmrt-aix.h
diff -c emacs/src/m/ibmrt-aix.h:1.12 emacs/src/m/ibmrt-aix.h:1.13
*** emacs/src/m/ibmrt-aix.h:1.12        Tue Jun 20 10:05:16 2000
--- emacs/src/m/ibmrt-aix.h     Mon Apr 15 09:18:53 2002
***************
*** 1,5 ****
  /* RTPC AIX machine/system dependent defines
!    Copyright (C) 1988, 1999 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* RTPC AIX machine/system dependent defines
!    Copyright (C) 1988, 1999, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 85,100 ****
  /* This is the offset of the executable's text, from the start of the file.  
*/
  
  #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
- 
- /* 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 C_ALLOCA
- #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */
  
  /* AIX has PTYs, so define here, along with macros needed to make them work. 
*/
  
--- 85,90 ----



reply via email to

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