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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/m/amdx86-64.h [lexbind]
Date: Tue, 14 Oct 2003 19:22:54 -0400

Index: emacs/src/m/amdx86-64.h
diff -c emacs/src/m/amdx86-64.h:1.1.2.1 emacs/src/m/amdx86-64.h:1.1.2.2
*** emacs/src/m/amdx86-64.h:1.1.2.1     Fri Apr  4 01:21:10 2003
--- emacs/src/m/amdx86-64.h     Tue Oct 14 19:22:52 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.
  
***************
*** 101,111 ****
  
  #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))
  #define XUINT(a) ((long) (a) & VALMASK)
--- 101,106 ----
***************
*** 119,121 ****
--- 114,119 ----
  
  #undef LIB_STANDARD
  #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
+ 
+ /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e
+    (do not change this comment) */




reply via email to

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