| | 1 | 2005-04-09 MIYOSHI Masanori <miyoshi@meadowy.org> |
|---|
| | 2 | |
|---|
| | 3 | * lisp.h (struct Lisp_Cons): New member `gcmarkbit'. This is a |
|---|
| | 4 | hack for portable dumper. |
|---|
| | 5 | (XCAR): Sync up with Emacs CVS HEAD. |
|---|
| | 6 | (XCDR): Ditto. |
|---|
| | 7 | (SYMBOL_NAME): Ditto. |
|---|
| | 8 | |
|---|
| | 9 | * alloc.c (CONS_MARKED_P): Refer to `gcmarkbit'. This is a hack |
|---|
| | 10 | for portable dumper. |
|---|
| | 11 | (CONS_MARK): Ditto. |
|---|
| | 12 | (CONS_UNMARK): Ditto. |
|---|
| | 13 | (Fcons): Initialize the allocated memory to clean up `gcmarkbit'. |
|---|
| | 14 | (mark_object): Sync up with Emacs CVS HEAD. |
|---|
| | 15 | (pdump_hash_value): Cast `obj' as 'unsigned long' not to be |
|---|
| | 16 | negative. |
|---|
| | 17 | (pdump_map_file): Don't use `VALMASK'. |
|---|
| | 18 | |
|---|
| | 19 | * fileio.c (Fdo_auto_save): Sync up with Emacs CVS HEAD. |
|---|
| | 20 | |
|---|