aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-14 08:11:10 -0700
committerPaul Eggert2012-05-14 08:11:10 -0700
commitdc44c39ad51012e645016408c7eec5adfbdeb5f4 (patch)
tree0627d91482c1a5a634979e5ce51803cf9bcc9676 /src/ChangeLog
parente18afed7d695edac870ddf55aabc85c0a95a4b5f (diff)
downloademacs-dc44c39ad51012e645016408c7eec5adfbdeb5f4.tar.gz
emacs-dc44c39ad51012e645016408c7eec5adfbdeb5f4.zip
* unexaix.c: Port to more-recent AIX compilers.
(report_error, report_error_1, make_hdr, copy_sym) (mark_x, adjust_lnnoptrs, unrelocate_symbols): Make arguments const char *, not char *, to avoid violations of C standard and to fix some AIX warnings reported by Gilles Pion.
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 3f9d575dce2..33e5e27dc39 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-05-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * unexaix.c: Port to more-recent AIX compilers.
4 (report_error, report_error_1, make_hdr, copy_sym)
5 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
6 Make arguments const char *, not char *, to avoid violations of C
7 standard and to fix some AIX warnings reported by Gilles Pion.
8
12012-05-14 Eli Zaretskii <eliz@gnu.org> 92012-05-14 Eli Zaretskii <eliz@gnu.org>
2 10
3 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we 11 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we