aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 19:11:29 -0700
committerPaul Eggert2011-03-16 19:11:29 -0700
commit7914961cd705c8a88734ff87c581924bf48c3fe3 (patch)
treec710dace8073f85cf19abb4fae9b8d74a4e7bfb3 /src/ChangeLog
parent73366a004b663bed19b9bc9b83e8843c836db83f (diff)
downloademacs-7914961cd705c8a88734ff87c581924bf48c3fe3.tar.gz
emacs-7914961cd705c8a88734ff87c581924bf48c3fe3.zip
* bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5abc9b66475..9dcab33fed5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
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".
4
3 * unexelf.c (unexec): Name an expression, 5 * unexelf.c (unexec): Name an expression,
4 to avoid gcc -Wbad-function-cast warning. 6 to avoid gcc -Wbad-function-cast warning.
5 Use a different way to cause a compilation error if anyone uses 7 Use a different way to cause a compilation error if anyone uses