003-gettext-error_print_progname.patch 540 B

1234567891011
  1. --- a/gettext-tools/libgettextpo/error.h
  2. +++ b/gettext-tools/libgettextpo/error.h
  3. @@ -68,7 +68,7 @@ extern void error_at_line (int __status,
  4. /* If NULL, error will flush stdout, then print on stderr the program
  5. name, a colon and a space. Otherwise, error will call this
  6. function without parameters instead. */
  7. -extern DLL_VARIABLE void (*error_print_progname) (void);
  8. +void (*error_print_progname) (void);
  9. /* This variable is incremented each time 'error' is called. */
  10. extern DLL_VARIABLE unsigned int error_message_count;