Make comments reflect new macro parsing reality

This commit is contained in:
Michael Schroeder 2020-10-26 10:03:54 +01:00 committed by Panu Matilainen
parent a7efb1a88e
commit 9a3fb26ebd
1 changed files with 1 additions and 3 deletions

View File

@ -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