OSDN Git Service

Revert change to remove 'error_print_progname' so that gettext will build. It can...
author"Steven J. Hill" <sjhill@realitydiluted.com>
Mon, 27 Mar 2006 12:49:24 +0000 (12:49 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Mon, 27 Mar 2006 12:49:24 +0000 (12:49 -0000)
include/error.h

index ef97ff2..3638bc6 100644 (file)
@@ -53,12 +53,12 @@ extern void error_at_line (int __status, int __errnum, const char *__fname,
 /* If NULL, error will flush stdout, then print on stderr the program
    name, a colon and a space.  Otherwise, error will call this
    function without parameters instead.  */
-/* extern void (*error_print_progname) (void); */
+extern void (*error_print_progname) (void);
 
 #else
 void error ();
 void error_at_line ();
-/* extern void (*error_print_progname) (); */
+extern void (*error_print_progname) ();
 #endif
 
 /* This variable is incremented each time `error' is called.  */