aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 16:59:54 -0700
committerPaul Eggert2011-03-16 16:59:54 -0700
commitce701a3393e8f02410dc0d076d5ddf57ef324260 (patch)
tree47e0891e5842f1bc511b7a3e54e1fbc8ea73ef40 /src/ChangeLog
parent4f63c6bb76e662fe8025969e0e16ab8906e0ba22 (diff)
downloademacs-ce701a3393e8f02410dc0d076d5ddf57ef324260.tar.gz
emacs-ce701a3393e8f02410dc0d076d5ddf57ef324260.zip
New file unexec.h, the (simple) interface for unexec.
* deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o): (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o): Depend on unexec.h. * emacs.c [!defined CANNOT_DUMP]: Include unexec.h. * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c: * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7bc0a8fcc49..14d3e37a8ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 12011-03-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 New file unexec.h, the (simple) interface for unexec.
4 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
5 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
6 Depend on unexec.h.
7 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
8 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
9 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
10
3 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid 11 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
4 shadowing. 12 shadowing.
5 (back_comment, skip_chars): Mark vars as initialized. 13 (back_comment, skip_chars): Mark vars as initialized.