]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
operators.def (<?): Duplicated, should have been...
authorAlexandre Oliva <aoliva@cygnus.com>
Sun, 28 May 2000 13:24:58 +0000 (13:24 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sun, 28 May 2000 13:24:58 +0000 (13:24 +0000)
* operators.def (<?): Duplicated, should have been...
(>?): this.  Fixed.

From-SVN: r34232

gcc/cp/ChangeLog
gcc/cp/operators.def

index 08a9bcea04ed8158445480a63809b3b2a525ea24..fafb15cc7d74305a5209cb0cfbd410b5f8c01d16 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
+
+       * operators.def (<?): Duplicated, should have been...
+       (>?): this.  Fixed.
+
 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
            Mark Mitchell  <mark@codesourcery.com>
 
index 1ad8d04a4239f69669fbc0100e34459b8d082f4b..5b16b3859ff185e341c01a7b1cf99a35011f01fb 100644 (file)
@@ -130,7 +130,7 @@ DEF_SIMPLE_OPERATOR ("++", POSTINCREMENT_EXPR, "pp", "__pp", 2)
 DEF_SIMPLE_OPERATOR ("--", POSTDECREMENT_EXPR, "mm", "__mm", 2)
 /* These are extensions.  */
 DEF_SIMPLE_OPERATOR ("<?", MIN_EXPR, "vx3min", "__mn", 2)
-DEF_SIMPLE_OPERATOR ("<?", MAX_EXPR, "vx3max", "__mx", 2)
+DEF_SIMPLE_OPERATOR (">?", MAX_EXPR, "vx3max", "__mx", 2)
 
 /* Assignment operators.  */
 DEF_ASSN_OPERATOR ("=", NOP_EXPR, "aS", "__as", 2)