mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-08 13:52:10 +03:00
1997-05-21 17:53 Miles Bader <miles@gnu.ai.mit.edu>
* argp-help.c (hol_add_cluster): Initialize CL->depth.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
1997-05-21 17:53 Miles Bader <miles@gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* argp-help.c (hol_add_cluster): Initialize CL->depth.
|
||||||
|
|
||||||
1997-05-24 03:51 Ulrich Drepper <drepper@cygnus.com>
|
1997-05-24 03:51 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* stdlib/Makefile (routines): Add strtol_l, strtoul_l, strtoll_l,
|
* stdlib/Makefile (routines): Add strtol_l, strtoul_l, strtoll_l,
|
||||||
|
@@ -458,6 +458,7 @@ hol_add_cluster (struct hol *hol, int group, const char *header, int index,
|
|||||||
cl->index = index;
|
cl->index = index;
|
||||||
cl->parent = parent;
|
cl->parent = parent;
|
||||||
cl->argp = argp;
|
cl->argp = argp;
|
||||||
|
cl->depth = parent ? parent->depth + 1 : 0;
|
||||||
|
|
||||||
cl->next = hol->clusters;
|
cl->next = hol->clusters;
|
||||||
hol->clusters = cl;
|
hol->clusters = cl;
|
||||||
|
Reference in New Issue
Block a user