···168168 P_SELECT, /* select BAR */169169 P_IMPLY, /* imply BAR */170170 P_RANGE, /* range 7..100 (for a symbol) */171171- P_SYMBOL, /* where a symbol is defined */172171};173172174173struct property {
···10941094 case P_RANGE:10951095 case P_COMMENT:10961096 case P_IMPLY:10971097- case P_SYMBOL:10981097 stream << prop_get_type_name(prop->type);10991098 stream << ": ";11001099 expr_print(prop->expr, expr_print_help,