diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-12-10 21:42:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-12-10 21:42:00 +0000 |
commit | e0bd3faba0e193f7e7104e3902e6bfc00be3fadb (patch) | |
tree | aa182ee3af8219f88a68aba0931a979775d0bb37 | |
parent | 0c3bc210e4ff4d1d1cf99744d21b15b168c02d63 (diff) |
Close comment just once.
Amazed, this bug has been in the gcc main source for almost a year.
Is this file compiled somewhere ?
(reported to gcc folks, thanks to Andreas Gunnarsson for finding the
bug)
-rw-r--r-- | gnu/egcs/gcc/doprint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/doprint.c b/gnu/egcs/gcc/doprint.c index 2dc4ddef976..a865f165046 100644 --- a/gnu/egcs/gcc/doprint.c +++ b/gnu/egcs/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 |