From: Kim F. Storm Date: Wed, 21 Jul 2004 22:04:29 +0000 (+0000) Subject: From Barry Fishman (tiny change) X-Git-Tag: ttn-vms-21-2-B4~5422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb6a9650da7971581f2ddf625c172b58a6806e7a;p=emacs.git From Barry Fishman (tiny change) Use GC_MARK_STACK if __amd64__ is defined. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index efdc2bc00ef..033ce49293a 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -355,7 +355,7 @@ Boston, MA 02111-1307, USA. */ #if defined __i386__ || defined __sparc__ || defined __mc68000__ \ || defined __alpha__ || defined __mips__ || defined __s390__ \ - || defined __arm__ || defined __powerpc__ + || defined __arm__ || defined __powerpc__ || defined __amd64__ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS #ifdef __mc68000__