summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-13 20:49:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-13 20:49:40 -0700
commit244fc23d16bd60d159ee359a2f9eadff8b9fe8d3 (patch)
tree62a4d96f5a5d988919960819a66301ebd1f63f9d /src/ChangeLog
parent74f10ca71b51e3df88317eab85ad64504f69cc40 (diff)
* 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 @@
2011-03-14 Paul Eggert <eggert@cs.ucla.edu>
* emacs.c (init_cmdargs): Rename local to avoid shadowing.
+ (DEFINE_DUMMY_FUNCTION): New macro.
+ (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
+ Use it.
* lisp.h (fatal_error_signal): Add decl, since it's exported.