diff options
author | Miles Bader <miles@gnu.org> | 1997-05-26 02:49:40 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-26 02:49:40 +0000 |
commit | 96ccc9bfe13a633402831e5433887c1821ca445e (patch) | |
tree | 2d7cc81538917ebd2d4edda50214058e67941eac /libshouldbeinlibc | |
parent | 1e2c963a5df93404f3048823b0f3c610783b7421 (diff) |
(struct argp_state):
`argp' field renamed to `root_argp'.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/argp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp.h b/libshouldbeinlibc/argp.h index 700a1a93..f4b7e4db 100644 --- a/libshouldbeinlibc/argp.h +++ b/libshouldbeinlibc/argp.h @@ -274,7 +274,7 @@ struct argp_child struct argp_state { /* The top level ARGP being parsed. */ - __const struct argp *argp; + __const struct argp *root_argp; /* The argument vector being parsed. May be modified. */ int argc; |