emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/gnu-linux.h


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/s/gnu-linux.h
Date: Sat, 02 Feb 2002 18:02:42 -0500

Index: emacs/src/s/gnu-linux.h
diff -c emacs/src/s/gnu-linux.h:1.84 emacs/src/s/gnu-linux.h:1.85
*** emacs/src/s/gnu-linux.h:1.84        Tue Dec 11 17:13:11 2001
--- emacs/src/s/gnu-linux.h     Sat Feb  2 18:02:42 2002
***************
*** 338,344 ****
  /* Don't use #cpu here since in newest development versions of GCC,
     we must call cpp with -traditional, and that disables #cpu.  */
  
! #if defined __i386__ || defined __sparc__ || defined __m68k__ || defined 
__alpha__
  #define GC_SETJMP_WORKS 1
  #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
  #endif
--- 338,344 ----
  /* Don't use #cpu here since in newest development versions of GCC,
     we must call cpp with -traditional, and that disables #cpu.  */
  
! #if defined __i386__ || defined __sparc__ || defined __mc68000__ || defined 
__alpha__
  #define GC_SETJMP_WORKS 1
  #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
  #endif



reply via email to

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