diff options
| author | Paul Eggert | 2012-05-14 08:11:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-14 08:11:10 -0700 |
| commit | dc44c39ad51012e645016408c7eec5adfbdeb5f4 (patch) | |
| tree | 0627d91482c1a5a634979e5ce51803cf9bcc9676 /src/ChangeLog | |
| parent | e18afed7d695edac870ddf55aabc85c0a95a4b5f (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-05-14 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-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 |