aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 193246c4fad..3a88b9c7ce2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Omit duplicate definitions no longer needed with gcc -g3.
4 * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
5 (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
6 Define only as macros. There's no longer any need to also define
7 these symbols as enums or as constants, since we now assume
8 gcc -g3 when debugging.
9
12012-11-03 Chong Yidong <cyd@gnu.org> 102012-11-03 Chong Yidong <cyd@gnu.org>
2 11
3 * process.c (wait_reading_process_output): Clean up the last 12 * process.c (wait_reading_process_output): Clean up the last