mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-19 12:40:46 +00:00
quic: Add missing #undef SET_a/GET_a
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@redhat.com>
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
7a6980def8
commit
7a535a6141
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user