bhyve_parse_command: Undefine CONSUME_ARG macro when no longer needed

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2020-01-08 11:17:23 +01:00
parent cbb3bbc66a
commit 832656fa8e
1 changed files with 2 additions and 0 deletions

View File

@ -823,6 +823,8 @@ bhyveParseBhyveLoadCommandLine(virDomainDefPtr def,
return 0;
}
#undef CONSUME_ARG
static int
bhyveParseCustomLoaderCommandLine(virDomainDefPtr def,
int argc G_GNUC_UNUSED,