From: Richard Stallman Date: Wed, 22 Sep 1993 13:28:37 +0000 (+0000) Subject: Comment change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d0a83e8708b3350abdab2cbefb151842d5115c6;p=gcc.git Comment change. From-SVN: r5384 --- 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. */