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/ia64.h


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

Index: emacs/src/m/ia64.h
diff -c emacs/src/m/ia64.h:1.5 emacs/src/m/ia64.h:1.6
*** emacs/src/m/ia64.h:1.5      Mon Nov 25 09:52:56 2002
--- emacs/src/m/ia64.h  Sun Jul  6 17:08:17 2003
***************
*** 1,12 ****
  /* machine description file for the IA-64 architecture.
!    Copyright (C) 2000, 2002 Free Software Foundation, Inc.
       Contributed by David Mosberger <address@hidden>
  
  This file is part of GNU Emacs.
  
  GNU Emacs is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 1, or (at your option)
  any later version.
  
  GNU Emacs is distributed in the hope that it will be useful,
--- 1,12 ----
  /* machine description file for the IA-64 architecture.
!    Copyright (C) 2000, 2002, 2003  Free Software Foundation, Inc.
       Contributed by David Mosberger <address@hidden>
  
  This file is part of GNU Emacs.
  
  GNU Emacs is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2, or (at your option)
  any later version.
  
  GNU Emacs is distributed in the hope that it will be useful,
***************
*** 122,132 ****
  /* 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 */
  
--- 122,127 ----




reply via email to

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