зеркало из https://github.com/microsoft/git.git
parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval
When 20d1c652
(parse-options: remove unused OPT_SET_PTR, 2014-03-30)
removed OPT_SET_PTR, the comment in the header that describes what
the option did to defval field was left behind by mistake. Remove
it.
Signed-off-by: Ivan Ukhov <ivan.ukhov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
20d1c6528c
Коммит
d3c0811467
|
@ -95,8 +95,7 @@ typedef int parse_opt_ll_cb(struct parse_opt_ctx_t *ctx,
|
||||||
*
|
*
|
||||||
* `defval`::
|
* `defval`::
|
||||||
* default value to fill (*->value) with for PARSE_OPT_OPTARG.
|
* default value to fill (*->value) with for PARSE_OPT_OPTARG.
|
||||||
* OPTION_{BIT,SET_INT} store the {mask,integer,pointer} to put in
|
* OPTION_{BIT,SET_INT} store the {mask,integer} to put in the value when met.
|
||||||
* the value when met.
|
|
||||||
* CALLBACKS can use it like they want.
|
* CALLBACKS can use it like they want.
|
||||||
*/
|
*/
|
||||||
struct option {
|
struct option {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче