Update. cvs/libc-ud-970526
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 May 1997 00:45:24 +0000 (00:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 May 1997 00:45:24 +0000 (00:45 +0000)
* 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.

ChangeLog
stdio/obstream.c

index 4e4fdc9..7f5e1f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 1997-05-25 21:57  Miles Bader  <miles@gnu.ai.mit.edu>
 
-       * argp-parse.c (parser_init): For the special case where no
+       * argp/argp-parse.c (parser_init): For the special case where no
        parsing function is supplied for an argp, propagate its input to
        its first child, if any.
 
-       * argp.h (struct argp_state): `argp' field renamed to `root_argp'.
-       * argp-help.c (__argp_state_help, argp_args_usage, hol_help):
+       * argp/argp.h (struct argp_state): `argp' field renamed to `root_argp'.
+       * argp/argp-help.c (__argp_state_help, argp_args_usage, hol_help):
        Replace references to STATE->argp with STATE->root_argp.
-       * argp-parse.c (parser_init): Likewise.
+       * argp/argp-parse.c (parser_init): Likewise.
 
 1997-05-26 14:17  Ulrich Drepper  <drepper@cygnus.com>
 
index af0e639..f9384bd 100644 (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;