aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 20:49:40 -0700
committerPaul Eggert2011-03-13 20:49:40 -0700
commit244fc23d16bd60d159ee359a2f9eadff8b9fe8d3 (patch)
tree62a4d96f5a5d988919960819a66301ebd1f63f9d /src/ChangeLog
parent74f10ca71b51e3df88317eab85ad64504f69cc40 (diff)
downloademacs-244fc23d16bd60d159ee359a2f9eadff8b9fe8d3.tar.gz
emacs-244fc23d16bd60d159ee359a2f9eadff8b9fe8d3.zip
* emacs.c (DEFINE_DUMMY_FUNCTION): New macro.
(__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main): Use it.
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 951732a1306..76da9676289 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12011-03-14 Paul Eggert <eggert@cs.ucla.edu> 12011-03-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * emacs.c (init_cmdargs): Rename local to avoid shadowing. 3 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
4 (DEFINE_DUMMY_FUNCTION): New macro.
5 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
6 Use it.
4 7
5 * lisp.h (fatal_error_signal): Add decl, since it's exported. 8 * lisp.h (fatal_error_signal): Add decl, since it's exported.
6 9