diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-18 05:54:18 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-18 05:54:18 +0000 |
commit | ffe23fb673c7f0713c215fcefdd029fa7bed6909 (patch) | |
tree | 9e309caf71fee3684dad12e7c5c7252490408c03 /texinfo/ChangeLog | |
parent | 72dd70cc89e5394d99549a3257a03ac3444345cd (diff) | |
download | ppe42-gcc-ffe23fb673c7f0713c215fcefdd029fa7bed6909.tar.gz ppe42-gcc-ffe23fb673c7f0713c215fcefdd029fa7bed6909.zip |
* util/install-info.c: Only provide an external decl for strrchr
if HAVE_STRCHR is not defined.
Fixes aix build problem.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15535 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/ChangeLog')
-rw-r--r-- | texinfo/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index 3a67b6a81f2..323cee5fc43 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 17 23:56:11 1997 Jeffrey A Law (law@cygnus.com) + + * util/install-info.c: Only provide an external decl for strrchr + if HAVE_STRCHR is not defined. + Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com) * aclocal.m4: Add replacement for AC_PROG_INSTALL. |