diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-11-06 03:07:51 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2008-11-06 14:07:51 +1100 |
commit | 8a554c70d58393606b9a96dac6a12ae2b8de73e2 (patch) | |
tree | f062290564a9cf9e997d085409084b4fbbd6dc84 /gcc/gcc.c | |
parent | 1f396061dfb72751b1817664671f9678e2f7705b (diff) | |
download | gcc-8a554c70d58393606b9a96dac6a12ae2b8de73e2.zip gcc-8a554c70d58393606b9a96dac6a12ae2b8de73e2.tar.gz gcc-8a554c70d58393606b9a96dac6a12ae2b8de73e2.tar.bz2 |
* gcc.c: Remove ancient comment about a bug in Sun cc.
From-SVN: r141636
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -17,10 +17,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see -<http://www.gnu.org/licenses/>. - -This paragraph is here to try to keep Sun CC from dying. -The number of chars here seems crucial!!!! */ +<http://www.gnu.org/licenses/>. */ /* This program is the user interface to the C compiler and possibly to other compilers. It is used because compilation is a complicated procedure |