This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: gcc.c comment tweak


This patch has been sitting in my tree for months and I'd just like to
clear the decks by committing it.  rms made this change in early 1992,
so I think enough time has passed that we can consider it unnecessary.
It is unlikely that the crucial number of characters was ever actually
retained as later years were added to the copyright notice.  ;-)

Okay for the trunk?

2008-11-06  Ben Elliston  <bje@au.ibm.com>

        * gcc.c: Remove ancient comment about a bug in Sun cc.

Index: gcc.c
===================================================================
--- gcc.c       (revision 141625)
+++ gcc.c       (working copy)
@@ -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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]