diff options
| author | Stefan Monnier | 2003-09-11 23:52:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-09-11 23:52:41 +0000 |
| commit | 31003b9e540b55d23ff2c00c7a71d0eec3a24e16 (patch) | |
| tree | 55f923adfb3dcaf00c157f1917ef9b58cdb345bf /src/ChangeLog | |
| parent | 1aad248540c6e1d18f7138434cac3666f52308c1 (diff) | |
| download | emacs-31003b9e540b55d23ff2c00c7a71d0eec3a24e16.tar.gz emacs-31003b9e540b55d23ff2c00c7a71d0eec3a24e16.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 380d0d208f6..cd233fe2811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (VALBITS): Don't remove 1 for the markbit. | ||
| 4 | (union Lisp_Object): Use unsigned int for types. Remove markbit. | ||
| 5 | (MARKBIT): Remove 1 from VALBITS so we still use same old val. | ||
| 6 | (XTYPE): Use unsigned right-shift. | ||
| 7 | (XMARKBIT, XMARK, XUNMARK): Remove. | ||
| 8 | |||
| 3 | * alloc.c (init_intervals, init_symbol, init_marker): | 9 | * alloc.c (init_intervals, init_symbol, init_marker): |
| 4 | Don't preallocate anything. | 10 | Don't preallocate anything. |
| 5 | (Fgarbage_collect, mark_object): Ignore the markbit. | 11 | (Fgarbage_collect, mark_object): Ignore the markbit. |