From 3d0a83e8708b3350abdab2cbefb151842d5115c6 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 22 Sep 1993 13:28:37 +0000 Subject: [PATCH] Comment change. From-SVN: r5384 --- gcc/config/i386/sco.h | 2 +- gcc/config/i386/scodbx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index 1a2559f2a00..6751af3d6e2 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -88,4 +88,4 @@ == void_type_node))) ? (SIZE) \ : 0) /* On other 386 systems, the last line looks like this: - : (aggregate_value_p (FUNTYPE)) ? GET_MODE_SIZE (Pmode) : 0) */ + : (aggregate_value_p (TREE_TYPE (FUNTYPE))) ? GET_MODE_SIZE (Pmode) : 0) */ diff --git a/gcc/config/i386/scodbx.h b/gcc/config/i386/scodbx.h index 58df99b9ee3..c54565fdaed 100644 --- a/gcc/config/i386/scodbx.h +++ b/gcc/config/i386/scodbx.h @@ -81,7 +81,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ == void_type_node))) ? (SIZE) \ : 0) /* On other 386 systems, the last line looks like this: - : (aggregate_value_p (FUNTYPE)) ? GET_MODE_SIZE (Pmode) : 0) */ + : (aggregate_value_p (TREE_TYPE (FUNTYPE))) ? GET_MODE_SIZE (Pmode) : 0) */ /* Use periods rather than dollar signs in special g++ assembler names. */ -- 2.30.2