diff options
| author | Paul Eggert | 2012-07-26 12:58:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-26 12:58:48 -0700 |
| commit | 562157c814037dcba58a20cd6908a95992c22283 (patch) | |
| tree | 2a24ff7b2fdd41a730d98622e9b0175ba8b17568 /src/ChangeLog | |
| parent | 5eceb8fb134263b05608532afb33fdf43c1e3713 (diff) | |
| download | emacs-562157c814037dcba58a20cd6908a95992c22283.tar.gz emacs-562157c814037dcba58a20cd6908a95992c22283.zip | |
* emacs.c: Do not include <verify.h>; no longer needed.
Fixes: debbugs:12036
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. |