Re: Factor out allocation of sorted_fields (issue5253050)
OK. Jason
Factor out allocation of sorted_fields (issue5253050)
This moves the allocation of sorted_fields_type elements into a new allocator function. It's not completely necessary in trunk, but in the pph branch we need to allocate this type from pph images, so we need to call it from outside of class.c OK for trunk? Tested on x86_64. Diego. * c