diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-12-13 08:01:44 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-12-13 01:01:44 -0700 |
commit | 2ecac43338fb3bf41c7d5d56049fa865df5f71f0 (patch) | |
tree | a6b6d182eecb764fb15947c50823f101c09d52d4 /gcc | |
parent | 2c852885c4e2b66bc0ba6a87e6a60e752a14faaa (diff) | |
download | gcc-2ecac43338fb3bf41c7d5d56049fa865df5f71f0.zip gcc-2ecac43338fb3bf41c7d5d56049fa865df5f71f0.tar.gz gcc-2ecac43338fb3bf41c7d5d56049fa865df5f71f0.tar.bz2 |
* doprnt.c: Remove incorrect comment closure.
From-SVN: r30887
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doprint.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72398f2..65eeecf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,8 @@ Mon Dec 13 00:54:14 1999 Philippe De Muyter <phdm@macqel.be> Mon Dec 13 00:47:58 1999 Jeffrey A Law (law@cygnus.com) + * doprnt.c: Remove incorrect comment closure. + * cse.c: Fix a few minor whitespace goofs. 1999-12-13 Don Bowman <don@pixstream.com> diff --git a/gcc/doprint.c b/gcc/doprint.c index 9d01f9a..2120020 100644 --- a/gcc/doprint.c +++ b/gcc/doprint.c @@ -16,8 +16,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - */ - #include "config.h" #include "system.h" #undef _doprnt |