libs/gettext: fix uClibc-0.9.32 compile issues, enable parallel build, refresh patches
[openwrt/svn-archive/archive.git] / libs / gettext / patches / 003-gettext-error_print_progname.patch
1 --- a/gettext-tools/libgettextpo/error.h
2 +++ b/gettext-tools/libgettextpo/error.h
3 @@ -49,7 +49,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
10 /* This variable is incremented each time `error' is called. */
11 extern DLL_VARIABLE unsigned int error_message_count;