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


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

Index: emacs/src/m/ia64.h
diff -c emacs/src/m/ia64.h:1.3.2.1 emacs/src/m/ia64.h:1.3.2.2
*** emacs/src/m/ia64.h:1.3.2.1  Fri Apr  4 01:21:10 2003
--- emacs/src/m/ia64.h  Tue Oct 14 19:22:53 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,
***************
*** 123,133 ****
  
  #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))
--- 123,128 ----
***************
*** 150,152 ****
--- 145,150 ----
  #define DATA_SEG_BITS 0x6000000000000000
  
  #define HAVE_TEXT_START
+ 
+ /* arch-tag: 9b8e9fb2-2e49-4c22-b68f-11a488e77c66
+    (do not change this comment) */




reply via email to

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