aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-13 21:02:35 -0700
committerPaul Eggert2012-06-13 21:02:35 -0700
commite93864f9436cf1718bc9ae2c1b707e931f95c9df (patch)
tree764883cca4df54f613e2de1af707e10ba1d13d4e /src/ChangeLog
parent2b5701247845a07e4a279abc8c3acaf75cbc8a1b (diff)
downloademacs-e93864f9436cf1718bc9ae2c1b707e931f95c9df.tar.gz
emacs-e93864f9436cf1718bc9ae2c1b707e931f95c9df.zip
.gdbinit: Update to match recent lisp.h changes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e5e0c199026..416b74c9f68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-06-14 Paul Eggert <eggert@cs.ucla.edu> 12012-06-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * .gdbinit (xgetint): Fix recently-introduced paren typo.
4 Assume USE_2_TAGS_FOR_INTS.
5 (xreload): Adjust $tagmask width to match recent lisp.h change.
6
3 Simplify lisp.h in minor ways that should not affect code. 7 Simplify lisp.h in minor ways that should not affect code.
4 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined. 8 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
5 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P) 9 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)