| 72 | /* or procedure descriptor. */ |
| 73 | } ld; |
| 74 | struct ComplexArrayDescriptor { |
| 75 | word ad_tag; |
| 76 | # define ARRAY_TAG 2 |
| 77 | size_t ad_nelements; |
| 78 | union ComplexDescriptor * ad_element_descr; |
| 79 | } ad; |
| 80 | struct SequenceDescriptor { |
| 81 | word sd_tag; |
| 82 | # define SEQUENCE_TAG 3 |
nothing calls this directly
no outgoing calls
no test coverage detected