/[gnulib]/gnulib/lib/argp-help.c
ViewVC logotype

Diff of /gnulib/lib/argp-help.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- gnulib/lib/argp-help.c	2004/09/30 16:41:30	1.12
+++ gnulib/lib/argp-help.c	2005/01/24 10:14:36	1.13
@@ -1055,7 +1055,13 @@ hol_entry_help (struct hol_entry *entry,
   int old_wm = __argp_fmtstream_wmargin (stream);
   /* PEST is a state block holding some of our variables that we'd like to
      share with helper functions.  */
-  struct pentry_state pest = { entry, stream, hhstate, 1, state };
+  struct pentry_state pest;
+
+  pest.entry = entry;
+  pest.stream = stream;
+  pest.hhstate = hhstate;
+  pest.first = 1;
+  pest.state = state;
 
   if (! odoc (real))
     for (opt = real, num = entry->num; num > 0; opt++, num--)

 

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26