1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* argp/argp-parse.c (parser_init): For the special case where no
	* argp/argp.h (struct argp_state): `argp' field renamed to `root_argp'.
	* argp/argp-help.c (__argp_state_help, argp_args_usage, hol_help):
	* argp/argp-parse.c (parser_init): Likewise.
This commit is contained in:
Ulrich Drepper
1997-05-27 00:45:24 +00:00
parent c12f5d3d34
commit 06bdbaa0a6
2 changed files with 5 additions and 5 deletions

View File

@ -182,7 +182,7 @@ obstack_vprintf (obstack, format, args)
}
int
obstack_printf (struct obstack *obstackm const char *format, ...)
obstack_printf (struct obstack *obstack, const char *format, ...)
{
int result;
va_list ap;