aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9dcab33fed5..fa08263a80a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12011-03-17 Paul Eggert <eggert@cs.ucla.edu> 12011-03-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else". 3 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
4 (CONSTANTLIM): Remove; unused.
5 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
6 Define only if needed.
4 7
5 * unexelf.c (unexec): Name an expression, 8 * unexelf.c (unexec): Name an expression,
6 to avoid gcc -Wbad-function-cast warning. 9 to avoid gcc -Wbad-function-cast warning.