Re: [libvirt] [PATCH 1/6] internal: introduce a family of NULLSTR macros

2019-02-13 Thread Andrea Bolognani
On Tue, 2019-02-12 at 17:40 +0100, Ján Tomko wrote: > NULLSTR_EMPTY, the quiet child, > NULLSTR_STAR, the famous one and > NULLSTR_MINUS, the grumpy one. > > Signed-off-by: Ján Tomko > --- > src/internal.h | 15 +++ > 1 file changed, 15 insertions(+) 10/10 commit message, would R

[libvirt] [PATCH 1/6] internal: introduce a family of NULLSTR macros

2019-02-12 Thread Ján Tomko
NULLSTR_EMPTY, the quiet child, NULLSTR_STAR, the famous one and NULLSTR_MINUS, the grumpy one. Signed-off-by: Ján Tomko --- src/internal.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/internal.h b/src/internal.h index 3f3e567ac9..7c11f57e33 100644 --- a/src/internal.