From: Gabriel Dos Reis Date: Wed, 5 Feb 2003 01:59:53 +0000 (+0000) Subject: Fix thinko X-Git-Tag: releases/gcc-3.2.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df61ccb288802255a0866f4a89e926886b07d70;p=thirdparty%2Fgcc.git Fix thinko From-SVN: r62427 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 073c16706128..a62dd00c685e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,6 @@ 2003-02-03 Mark Mitchell + PR C++/7129 * operators.def: Add ?=. 2003-01-28 Christian Cornelssen