~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/getopt.c

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
    }
283
283
  else
284
284
    d->__nonoption_flags_len = 0;
 
285
#else 
 
286
  (void)argc;
 
287
  (void)argv;
285
288
#endif
286
289
 
287
290
  return optstring;