cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "".
authorGreg McGary <greg@mcgary.org>
Thu, 24 Aug 2000 20:04:10 +0000 (20:04 +0000)
committerGreg McGary <gkm@gcc.gnu.org>
Thu, 24 Aug 2000 20:04:10 +0000 (20:04 +0000)
commit87ae0c74eb1e515d6d7c97892fdcaf11db61dea4
tree5c8fd698f16c17800afb5191249554caaaadbba9
parent15bcd79ab011e643d53b751c5705e33fd1440ece
cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "".

* cppfiles.c (actual_directory): Don't write beyond `dir'
when it contains "".
* real.c (asctoeg): Stay within bounds of etens[][].

From-SVN: r35944
gcc/ChangeLog
gcc/cppfiles.c
gcc/real.c