diff options
| author | Kim F. Storm | 2004-07-21 22:04:29 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-07-21 22:04:29 +0000 |
| commit | bb6a9650da7971581f2ddf625c172b58a6806e7a (patch) | |
| tree | 8be965839d3936e665a27921d1eb5998ffd93900 /src | |
| parent | 63cc10ae7e3e74c75b8b5c8995556d07cde9256a (diff) | |
| download | emacs-bb6a9650da7971581f2ddf625c172b58a6806e7a.tar.gz emacs-bb6a9650da7971581f2ddf625c172b58a6806e7a.zip | |
From Barry Fishman <barry_fishman@att.net> (tiny change)
Use GC_MARK_STACK if __amd64__ is defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 355 | 355 | ||
| 356 | #if defined __i386__ || defined __sparc__ || defined __mc68000__ \ | 356 | #if defined __i386__ || defined __sparc__ || defined __mc68000__ \ |
| 357 | || defined __alpha__ || defined __mips__ || defined __s390__ \ | 357 | || defined __alpha__ || defined __mips__ || defined __s390__ \ |
| 358 | || defined __arm__ || defined __powerpc__ | 358 | || defined __arm__ || defined __powerpc__ || defined __amd64__ |
| 359 | #define GC_SETJMP_WORKS 1 | 359 | #define GC_SETJMP_WORKS 1 |
| 360 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 360 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 361 | #ifdef __mc68000__ | 361 | #ifdef __mc68000__ |