Jeff King <peff@xxxxxxxx> writes: > On Mon, Mar 17, 2025 at 04:53:28PM -0700, Junio C Hamano wrote: > >> Introduce NOT_CONSTANT() macro, with which, the developer can tell >> the compiler: > > This name looks great to me. > >> compiler-tricks/not-a-constant.c | 2 ++ > > And this is much better, too. ;) I see you dropped the "a" in the macro > name; I don't know if it matters much to do it here, too. Good eyes.