From 9a3fb26ebde82013695583145fdac1849c087c76 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 26 Oct 2020 10:03:54 +0100 Subject: [PATCH] Make comments reflect new macro parsing reality --- rpmio/macro.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rpmio/macro.c b/rpmio/macro.c index b302fa355..3dd0e3783 100644 --- a/rpmio/macro.c +++ b/rpmio/macro.c @@ -924,9 +924,9 @@ static int mbopt(int c, const char *oarg, int oint, void *data) /** * Setup arguments for parameterized macro. + * @todo Use popt rather than getopt to parse args. * @param mb macro expansion state * @param me macro entry slot - * @param se arguments to parse * @param argv parsed arguments for the macro * Note that the call takes ownership of the argv */ @@ -994,9 +994,7 @@ exit: /** * Parse arguments (to next new line) for parameterized macro. - * @todo Use popt rather than getopt to parse args. * @param mb macro expansion state - * @param me macro entry slot * @param argvp pointer to argv array to store the result * @param se arguments to parse * @param lastc stop parsing at lastc