From c55feb6862a774d85eaa3695dd794b47a76669ab Mon Sep 17 00:00:00 2001 From: aoliva Date: Sun, 28 May 2000 13:24:58 +0000 Subject: * operators.def (?): this. Fixed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34232 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/operators.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 08a9bcea04e..fafb15cc7d7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2000-05-28 Alexandre Oliva + + * operators.def (?): this. Fixed. + 2000-05-27 Alex Samuel Mark Mitchell diff --git a/gcc/cp/operators.def b/gcc/cp/operators.def index 1ad8d04a423..5b16b3859ff 100644 --- a/gcc/cp/operators.def +++ b/gcc/cp/operators.def @@ -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 ("?", MAX_EXPR, "vx3max", "__mx", 2) /* Assignment operators. */ DEF_ASSN_OPERATOR ("=", NOP_EXPR, "aS", "__as", 2) -- cgit v1.2.3