Commit 38d42ddb by Per Bothner

Extend comment for SET_TYPE to mention Chill.

From-SVN: r8465
parent 60033bb7
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment