diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1994-11-15 20:19:55 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1994-11-15 20:19:55 -0800 |
commit | 38d42ddbcf98ece1597737ad4c07b5206ce4b6e2 (patch) | |
tree | 080706f761f70366447ad9ab24393c385fe912b3 | |
parent | 60033bb76fb60a2370aafb6b4019fcbc750270d9 (diff) | |
download | gcc-38d42ddbcf98ece1597737ad4c07b5206ce4b6e2.zip gcc-38d42ddbcf98ece1597737ad4c07b5206ce4b6e2.tar.gz gcc-38d42ddbcf98ece1597737ad4c07b5206ce4b6e2.tar.bz2 |
Extend comment for SET_TYPE to mention Chill.
From-SVN: r8465
-rw-r--r-- | gcc/tree.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index 71d6386..1338a73 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -200,7 +200,9 @@ DEFTREECODE (FILE_TYPE, "file_type", "t", 0) DEFTREECODE (ARRAY_TYPE, "array_type", "t", 0) /* Types of sets for Pascal. Special fields are the same as - in an array type. The target type is always a boolean type. */ + in an array type. The target type is always a boolean type. + Used for both bitstrings and powersets in Chill; + TYPE_STRING_FLAG indicates a bitstring. */ DEFTREECODE (SET_TYPE, "set_type", "t", 0) /* Struct in C, or record in Pascal. */ |