From 81784237eaee56a864c4e71beed6a43ac522763d Mon Sep 17 00:00:00 2001 From: Michael Tiemann Date: Wed, 4 Mar 1992 07:35:51 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r390 --- gcc/tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index e67b0934704..710f37b703c 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)