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/news-r6.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/m/news-r6.h
Date: Fri, 12 Sep 2003 15:54:13 -0400

Index: emacs/src/m/news-r6.h
diff -c emacs/src/m/news-r6.h:1.4 emacs/src/m/news-r6.h:1.5
*** emacs/src/m/news-r6.h:1.4   Mon Sep  1 11:45:58 2003
--- emacs/src/m/news-r6.h       Fri Sep 12 15:54:10 2003
***************
*** 49,58 ****
     ((int)(type) << VALBITS)                                           \
     + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))
  
- #define XUNMARK(a)                                                    \
-   ((a) =                                                              \
-    (((unsigned)(a) << (BITS_PER_INT-GCTYPEBITS-VALBITS))                      
\
-     >> (BITS_PER_INT-GCTYPEBITS-VALBITS)))
- 
  /* arch-tag: b9fd7b75-ba3c-46d4-8966-24381b13001b
     (do not change this comment) */
--- 49,53 ----




reply via email to

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