OSDN Git Service

*** empty log message ***
authortiemann <tiemann@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Mar 1992 07:35:51 +0000 (07:35 +0000)
committertiemann <tiemann@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Mar 1992 07:35:51 +0000 (07:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@390 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.c

index e67b093..710f37b 100644 (file)
@@ -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)