* unexaix.c: Port to more-recent AIX compilers.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 May 2012 15:11:10 +0000 (08:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 May 2012 15:11:10 +0000 (08:11 -0700)
commitdc44c39ad51012e645016408c7eec5adfbdeb5f4
tree0627d91482c1a5a634979e5ce51803cf9bcc9676
parente18afed7d695edac870ddf55aabc85c0a95a4b5f
* 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.
src/ChangeLog
src/unexaix.c