
{
{ The clt$symbolic_subrange_qualifier is inserted into a clt$type_specification
{ following the qualifiers for arrays, integers, lists, names and strings if
{ the include_symbolic_qualifiers was selected when the type specification was
{ generated.  This option is selected by the generate_pdt command so that CYBIL
{ constant expressions can be used within a PDT for these qualifiers.
{

  TYPE
    clt$symbolic_subrange_qualifier = record
      low_text_size: clt$expression_text_size,
      high_text_size: clt$expression_text_size,
      { Following the clt$symbolic_subrange_qualifier is a clt$expression_text
      { for the low side of the subrange, followed by a clt$expression_text
      { for the high side of the subrange.  The sizes of these strings are
      { determined by the above fields.  If high_text_size is zero the text
      { for the high side of the subrange is the same as that for the low.
    recend;

*copyc clt$expression_text
*copyc clt$expression_text_size
