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


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

Index: emacs/src/m/m68k.h
diff -c emacs/src/m/m68k.h:1.2 emacs/src/m/m68k.h:1.3
*** emacs/src/m/m68k.h:1.2      Mon Jan 15 04:15:02 1996
--- emacs/src/m/m68k.h  Mon Apr 15 09:19:34 2002
***************
*** 1,5 ****
  /* Machine description file for generic Motorola 68k.
!    Copyright (C) 1985, 1995 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Machine description file for generic Motorola 68k.
!    Copyright (C) 1985, 1995, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 85,89 ****
  /* If compiling with GCC, let GCC implement alloca.  */
  #if defined(__GNUC__) && !defined(alloca)
  #define alloca(n) __builtin_alloca(n)
- #define HAVE_ALLOCA
  #endif
--- 85,88 ----



reply via email to

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