diff options
author | Richard Henderson <rth@cygnus.com> | 1997-10-15 08:49:40 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-10-15 09:49:40 -0600 |
commit | 38bf38c1bc651d4c6f8a705a954b0c7770067461 (patch) | |
tree | ae02da8712049ca2630ee68f4600ceeb5e3ab819 /texinfo/ChangeLog | |
parent | 87a0d1ac6933139d3381f8e2279839510277ed4c (diff) | |
download | gcc-38bf38c1bc651d4c6f8a705a954b0c7770067461.zip gcc-38bf38c1bc651d4c6f8a705a954b0c7770067461.tar.gz gcc-38bf38c1bc651d4c6f8a705a954b0c7770067461.tar.bz2 |
man.c (find_man_formatter): Don't cast getenv(), but provide a minimal declaration at top level.
* info/man.c (find_man_formatter): Don't cast getenv(), but provide
a minimal declaration at top level.
* makeinfo/makeinfo.c: Don't redefine alloca if it is already defined.
From-SVN: r15910
Diffstat (limited to 'texinfo/ChangeLog')
-rw-r--r-- | texinfo/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index 9556a0c..7b72da2 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 15 09:49:57 1997 Richard Henderson <rth@cygnus.com> + + * info/man.c (find_man_formatter): Don't cast getenv(), but provide + a minimal declaration at top level. + + * makeinfo/makeinfo.c: Don't redefine alloca if it is already defined. + Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de> * aclocal.m4: Substitute INSTALL. |