On Tue, Feb 01, 2022 at 02:20:09PM +0100, Tim Wiederhake wrote:
> Using the two-step idiom to force resolution of other macros, e.g.:
> 
>   #define bar BAR
>   CONCAT_(foo, bar)     // foobar
>   CONCAT(foo, bar)      // fooBAR
> 
> Signed-off-by: Tim Wiederhake <twied...@redhat.com>
> ---
>  src/internal.h | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Reply via email to