You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
307 B

  1. --- a/src/parseopt.c
  2. +++ b/src/parseopt.c
  3. @@ -255,8 +255,6 @@ print_option_descr (const char *descr, s
  4. }
  5. char *parseopt_program_name;
  6. -char *parseopt_program_doc;
  7. -char *parseopt_program_args;
  8. const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
  9. void (*parseopt_help_hook) (FILE *stream);