    maplist(v, x.ts_clist,
            case (v.kind) {
				when TSCOMPONENT:
                                     # /* v -> tsc_id -> id_last_definition = NIL; */
                                    build_symtab(v->tsc_signature);
                                    break;
                                when DEFCHARSIGS:
                                     # /* Ignore. */
                                    break;
                                default:
                                    bs_error(v);
                            } );

