aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-22 13:28:37 +0000
committerRichard Stallman <rms@gnu.org>1993-09-22 13:28:37 +0000
commit3d0a83e8708b3350abdab2cbefb151842d5115c6 (patch)
tree5f6128d81952782e8def8137af37e265e566c017
parentc7544ff7aee3a0a4f190d61738b9087d9fe371ef (diff)
downloadgcc-3d0a83e8708b3350abdab2cbefb151842d5115c6.zip
gcc-3d0a83e8708b3350abdab2cbefb151842d5115c6.tar.gz
gcc-3d0a83e8708b3350abdab2cbefb151842d5115c6.tar.bz2
Comment change.
From-SVN: r5384
-rw-r--r--gcc/config/i386/sco.h2
-rw-r--r--gcc/config/i386/scodbx.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h
index 1a2559f..6751af3 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 58df99b..c54565f 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. */