[Spice-devel] [spice-common v2 05/15] quic: Add missing #undef SET_a/GET_a

Christophe Fergeau cfergeau at redhat.com
Tue Jul 10 09:02:12 UTC 2018


From: Frediano Ziglio <fziglio at redhat.com>

These macros were added to quic_tmpl.c in 815223861 but without the
corresponding #undef. This commit adds them for consistency.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 common/quic_tmpl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/quic_tmpl.c b/common/quic_tmpl.c
index 9a991cd..68acf0f 100644
--- a/common/quic_tmpl.c
+++ b/common/quic_tmpl.c
@@ -546,3 +546,5 @@ static void FNAME(uncompress_row)(Encoder *encoder, Channel *channel,
 #undef UNCOMPRESS_ONE_ROW0_0
 #undef UNCOMPRESS_ONE_0
 #undef UNCOMPRESS_ONE
+#undef SET_a
+#undef GET_a
-- 
2.17.1



More information about the Spice-devel mailing list