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/amdx86-64.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/m/amdx86-64.h
Date: Sun, 06 Jul 2003 17:08:17 -0400

Index: emacs/src/m/amdx86-64.h
diff -c emacs/src/m/amdx86-64.h:1.2 emacs/src/m/amdx86-64.h:1.3
*** emacs/src/m/amdx86-64.h:1.2 Tue Feb  4 09:03:18 2003
--- emacs/src/m/amdx86-64.h     Sun Jul  6 17:08:17 2003
***************
*** 1,5 ****
  /* machine description file for AMD x86-64.
!    Copyright (C) 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file for AMD x86-64.
!    Copyright (C) 2002, 2003  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 100,110 ****
  /* On the 64 bit architecture, we can use 60 bits for addresses */
  
  #define VALBITS         60
- 
- /* This definition of MARKBIT is necessary because of the comparison of
-    ARRAY_MARK_FLAG and MARKBIT in an #if in lisp.h, which cpp doesn't like. */
- 
- #define MARKBIT         0x8000000000000000L
  
  /* Define XINT and XUINT so that they can take arguments of type int */
  #define XINT(a)  (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG 
- VALBITS))
--- 100,105 ----




reply via email to

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