On Mon, Sep 11, 2023 at 12:19:17PM -0700, Junio C Hamano wrote:
Yup, that does cross my mind, even though I would have used union { void *void_ptr; int *int_ptr; } value; or something without a rather meaningless 'u'.
i'd go the opposite way and make it an anonymous union.that would require c11, though. imo not exactly an outrageous proposition in 2023, but ...
regards