Re: Maintaining global state with m4 macros
Paolo Amoroso <[email protected]> Fri, 3 Dec 2021 13:01:10 +0100
| Newsgroups | gmane.comp.gnu.m4.general |
|---|---|
| Message-ID | <CAGi1hzuw++SZ7kY7tQULXw132Gg1qe_Xb6ZGrRV0N9YfEnX_Ow@mail.gmail.com> |
On Thu, Dec 2, 2021 at 8:41 PM Eric Blake <[email protected]> wrote: > You probably want it to look more like: > > define(`mymacro', > `L`'bump(`counter')counter: > mvi a, $1') Thanks Eric, that did the trick. Paolo