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/doprint.c | |
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/doprint.c')
-rw-r--r-- | gcc/doprint.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |