aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@gnu.org>1992-03-04 07:35:51 +0000
committerMichael Tiemann <tiemann@gnu.org>1992-03-04 07:35:51 +0000
commit81784237eaee56a864c4e71beed6a43ac522763d (patch)
tree95a3a79c47615b4433f2d13bc8b7030dfb190e77 /gcc
parent321cb743c7a80dcbdc17d0aac5ae418311f4edca (diff)
downloadgcc-81784237eaee56a864c4e71beed6a43ac522763d.zip
gcc-81784237eaee56a864c4e71beed6a43ac522763d.tar.gz
gcc-81784237eaee56a864c4e71beed6a43ac522763d.tar.bz2
*** empty log message ***
From-SVN: r390
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index e67b093..710f37b 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -1675,7 +1675,8 @@ int_size_in_bytes (type)
}
/* Return, as an INTEGER_CST node, the number of elements for
- TYPE (which is an ARRAY_TYPE). */
+ TYPE (which is an ARRAY_TYPE) minus one.
+ This counts only elements of the top array. */
tree
array_type_nelts (type)