# HG changeset patch # User Stefan Monnier # Date 1063324361 0 # Node ID 0c1388def12ae906f1063d74e19433ef2d5c936c # Parent 1b64668b2442f8c65aef43a417e0264c81180d5b *** empty log message *** diff -r 1b64668b2442 -r 0c1388def12a src/ChangeLog --- a/src/ChangeLog Thu Sep 11 23:52:17 2003 +0000 +++ b/src/ChangeLog Thu Sep 11 23:52:41 2003 +0000 @@ -1,5 +1,11 @@ 2003-09-11 Stefan Monnier + * 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.