From 835ff5b31c984bced29a6e4a9ff705633000606d Mon Sep 17 00:00:00 2001
From: cwang <cwang>
Date: Tue, 18 May 2004 22:13:07 +0000
Subject: [PATCH] Simple amd64 change

---
 lisp/core.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/core.h b/lisp/core.h
index 3fd6f5ba7..cf1dc9091 100644
--- a/lisp/core.h
+++ b/lisp/core.h
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/core.h,v 1.3 1994/03/27 15:17:54 hallgren Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/core.h,v 1.4 2004/05/18 22:13:07 cwang Exp $ */
 
 #ifndef _CORE_H_
 #define _CORE_H_
@@ -19,7 +19,7 @@
 #define READ_ONLY_SPACE_ID (3)
 
 struct ndir_entry {
-#ifndef alpha
+#if !(defined(alpha) || defined(__x86_64))
 	long identifier;
 	long nwords;
 	long data_page;
-- 
GitLab