aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-17 11:41:30 -0700
committerPaul Eggert2011-03-17 11:41:30 -0700
commit381259ef0debba4c0bb07bb5473467c1d4d84223 (patch)
treea6bc6304596874e7cb6cb3074b0b922c4cadba85 /src/ChangeLog
parenta3a6c54ec72118e8d22d2ecd608df5193c8926a3 (diff)
downloademacs-381259ef0debba4c0bb07bb5473467c1d4d84223.tar.gz
emacs-381259ef0debba4c0bb07bb5473467c1d4d84223.zip
Change unexec implementations to match prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d97969c24db..acc3f0308ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -36,6 +36,7 @@
36 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h. 36 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
37 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c: 37 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
38 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h. 38 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
39 Change as necessary to match prototype in unexec.h.
39 40
40 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid 41 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
41 shadowing. 42 shadowing.