emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 11 Sep 2003 19:52:42 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3364 emacs/src/ChangeLog:1.3365
*** emacs/src/ChangeLog:1.3364  Thu Sep 11 18:22:11 2003
--- emacs/src/ChangeLog Thu Sep 11 19:52:41 2003
***************
*** 1,5 ****
--- 1,11 ----
  2003-09-11  Stefan Monnier  <address@hidden>
  
+       * lisp.h (VALBITS): Don't remove 1 for the markbit.
+       (union Lisp_Object): Use unsigned int for types.  Remove markbit.
+       (MARKBIT): Remove 1 from VALBITS so we still use same old val.
+       (XTYPE): Use unsigned right-shift.
+       (XMARKBIT, XMARK, XUNMARK): Remove.
+ 
        * alloc.c (init_intervals, init_symbol, init_marker):
        Don't preallocate anything.
        (Fgarbage_collect, mark_object): Ignore the markbit.




reply via email to

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