~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/getopt.c

  • Committer: Monty Taylor
  • Date: 2009-02-08 09:53:59 UTC
  • mfrom: (832.2.10 drizzle-nomaxcon)
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208095359-39xjloxzpjr1mkg4
MergedĀ fromĀ Mark.

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.  */