summaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-11-16 04:19:55 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-11-16 04:19:55 +0000
commitc7d85f33be400f8d06e089b91684cc7b353415f4 (patch)
tree080706f761f70366447ad9ab24393c385fe912b3 /gcc/tree.def
parent48d7d3f270ed5b8eb57f64ed1281ded90352d5a6 (diff)
downloadgcc-c7d85f33be400f8d06e089b91684cc7b353415f4.tar.gz
Extend comment for SET_TYPE to mention Chill.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 71d638640eb..1338a73b65a 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. */