aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-03 11:19:50 -0700
committerPaul Eggert2012-11-03 11:19:50 -0700
commit0d879dca4648aa15bd3c9ae4ff8b6c39e0c07326 (patch)
tree6dde5e70008e5c4ae3d50f0aa520ec11f65fd89b /src/ChangeLog
parent85fabcb7ee546bf689727fb7b26f33414f55b46d (diff)
downloademacs-0d879dca4648aa15bd3c9ae4ff8b6c39e0c07326.tar.gz
emacs-0d879dca4648aa15bd3c9ae4ff8b6c39e0c07326.zip
Omit duplicate definitions no longer needed with gcc -g3.
* lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG) (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM): Define only as macros. There's no longer any need to also define these symbols as enums or as constants, since we now assume gcc -g3 when debugging.
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