aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 19:07:47 -0700
committerPaul Eggert2011-03-16 19:07:47 -0700
commit9ae7151257f2457c0a6d89fb2b97f59fb18f1b96 (patch)
tree1f448c6caedb7b54d84d97e2b825f2977d7ad49b /src/ChangeLog
parentb3967b18cddd39cd736af29db48096716f35fbdf (diff)
downloademacs-9ae7151257f2457c0a6d89fb2b97f59fb18f1b96.tar.gz
emacs-9ae7151257f2457c0a6d89fb2b97f59fb18f1b96.zip
* unexelf.c: Use a different way to cause a compilation error if anyone uses
n rather than nn, a way that does not involve shadowing.
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 dc3074697e3..8832388994c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * unexelf.c (unexec): Name an expression, 3 * unexelf.c (unexec): Name an expression,
4 to avoid gcc -Wbad-function-cast warning. 4 to avoid gcc -Wbad-function-cast warning.
5 Use a different way to cause a compilation error if anyone uses
6 n rather than nn, a way that does not involve shadowing.
5 7
6 * deps.mk (unexalpha.o): Remove; unused. 8 * deps.mk (unexalpha.o): Remove; unused.
7 9