Re: [PATCH 136/194] alloc: allow arbitrary repositories for alloc functions

2018-02-05 Thread Eric Sunshine
On Mon, Feb 5, 2018 at 7:16 PM, Stefan Beller wrote: > We have to convert them all at once, because alloc_report uses funky a s/funky a/a funky/ > macro for reporting. It is better for the sake of mechanical conversion > to convert multiple functions at once rather than changing the structure >

[PATCH 136/194] alloc: allow arbitrary repositories for alloc functions

2018-02-05 Thread Stefan Beller
We have to convert them all at once, because alloc_report uses funky a macro for reporting. It is better for the sake of mechanical conversion to convert multiple functions at once rather than changing the structure of the reporting function. Signed-off-by: Stefan Beller --- alloc.c | 48 ++