~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/getopt.c

  • Committer: Brian Aker
  • Date: 2009-02-08 12:39:10 UTC
  • mfrom: (840.1.21 devel)
  • Revision ID: brian@tangent.org-20090208123910-gaodow8xvkw9ed4l
Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
_getopt_initialize (int argc, char **argv, const char *optstring,
228
228
                    int posixly_correct, struct _getopt_data *d)
229
229
{
 
230
  (void) argc;
 
231
  (void) argv;
 
232
 
230
233
  /* Start processing options with ARGV-element 1 (since ARGV-element 0
231
234
     is the program name); the sequence of previously skipped
232
235
     non-option ARGV-elements is empty.  */