diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-24 18:01:37 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-24 18:01:37 +0000 |
commit | 828f0d1b6c435f547f02a27bb1d3afce334fa6b3 (patch) | |
tree | 522a376cfdc1b8a8c1fae5e41c5e678d32a6637b /gcc/tree.def | |
parent | 74269ee786c2d4e27fc683b1e58e7c505e211010 (diff) | |
download | gcc-828f0d1b6c435f547f02a27bb1d3afce334fa6b3.tar.gz |
* tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r-- | gcc/tree.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index c04b486fe15..e05ec281dc4 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -199,8 +199,6 @@ DEFTREECODE (FILE_TYPE, "file_type", 't', 0) TREE_TYPE Type of an array element. TYPE_DOMAIN Type to index by. Its range of values specifies the array length. - TYPE_SEP Expression for units from one elt to the next. - TYPE_SEP_UNIT Number of bits in a unit for previous. The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero and holds the type to coerce a value of that array type to in C. TYPE_STRING_FLAG indicates a string (in contrast to an array of chars) |