[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] add m4_stack_foreach and m4_stack_foreach_lifo
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] add m4_stack_foreach and m4_stack_foreach_lifo |
Date: |
Tue, 28 Oct 2008 18:30:15 +0100 |
User-agent: |
Thunderbird 2.0.0.17 (Macintosh/20080914) |
> OK to apply after the following changes:
>
>> # m4_stack_foreach(MACRO, FUNC)
>> # m4_stack_foreach_lifo(MACRO, FUNC)
>> -# -----------------------------
>> +# ----------------------------------
>
> [putting my picky maintainer hat on]
> Can we please maintain lexicographic sorting within the sections of
> m4sugar?
Sure, it's just that I'm more used to topological order.
> abc(123,456)
> def(123,456)
> ghi(123,456)
actually
def(123,456)
ghi(123,456)
jkl(123,456)
Changes made and pushed.
Paolo