diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06633ba7165..7e91158ee36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | the fix for 12036 would have avoided some of the problems noted in | 7 | the fix for 12036 would have avoided some of the problems noted in |
| 8 | <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems | 8 | <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems |
| 9 | would have been more obvious. | 9 | would have been more obvious. |
| 10 | * emacs.c (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS) | 10 | * emacs.c: Do not include <verify.h>; no longer needed. |
| 11 | (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS) | ||
| 11 | (gdb_GCTYPEBITS, gdb_USE_LSB_TAG) | 12 | (gdb_GCTYPEBITS, gdb_USE_LSB_TAG) |
| 12 | (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG): | 13 | (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG): |
| 13 | Remove; now done in lisp.h. | 14 | Remove; now done in lisp.h. |