operators.def (<?): Duplicated, should have been...

* operators.def (<?): Duplicated, should have been...
(>?): this.  Fixed.

From-SVN: r34232
This commit is contained in:
Alexandre Oliva 2000-05-28 13:24:58 +00:00 committed by Alexandre Oliva
parent 6c2a6a8514
commit 9193780a0e
2 changed files with 6 additions and 1 deletions

View 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>

View 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)