Re: [PATCH] include: Fix typo in name of MAKE_IDENTFIER macro

2024-08-01 Thread Philippe Mathieu-Daudé
On 1/8/24 12:25, Peter Maydell wrote: In commit bb71846325e23 we added some macro magic to avoid variable-shadowing when using some of our more complicated macros. One of the internal components of this is a macro named MAKE_IDENTFIER. Fix the typo in its name: it should be MAKE_IDENTIFIER. Comm

Re: [PATCH] include: Fix typo in name of MAKE_IDENTFIER macro

2024-08-01 Thread Markus Armbruster
Peter Maydell writes: > In commit bb71846325e23 we added some macro magic to avoid > variable-shadowing when using some of our more complicated > macros. One of the internal components of this is a macro > named MAKE_IDENTFIER. Fix the typo in its name: it should > be MAKE_IDENTIFIER. > > Commit

[PATCH] include: Fix typo in name of MAKE_IDENTFIER macro

2024-08-01 Thread Peter Maydell
In commit bb71846325e23 we added some macro magic to avoid variable-shadowing when using some of our more complicated macros. One of the internal components of this is a macro named MAKE_IDENTFIER. Fix the typo in its name: it should be MAKE_IDENTIFIER. Commit created with sed -i -e 's/MAKE_IDENT