aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 00:34:28 -0700
committerPaul Eggert2011-03-16 00:34:28 -0700
commitcfcbfb1aa5d013f114bc002110166fd1f5392f56 (patch)
tree9525f3cfa5a5071cb9105d679ee7e6b0809eb588 /src/ChangeLog
parentd28a21703d47c6983e91d3d4a464546750519236 (diff)
downloademacs-cfcbfb1aa5d013f114bc002110166fd1f5392f56.tar.gz
emacs-cfcbfb1aa5d013f114bc002110166fd1f5392f56.zip
* eval.c (lisp_indirect_variable): Name an expression,
to avoid gcc -Wbad-function-cast warning.
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 15d169a8b30..a5a4657f7dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static. 3 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
4 (Fdefvar): Rewrite so as not to use empty "else". 4 (Fdefvar): Rewrite so as not to use empty "else".
5 (lisp_indirect_variable): Name an expression,
6 to avoid gcc -Wbad-function-cast warning.
5 7
6 * callint.c (quotify_arg, quotify_args): Now static. 8 * callint.c (quotify_arg, quotify_args): Now static.
7 (Fcall_interactively): Rename locals to avoid shadowing. 9 (Fcall_interactively): Rename locals to avoid shadowing.