瀏覽代碼

Revert change to remove 'error_print_progname' so that gettext will build. It can be commented out again when someone figures out how to fix gettext building and do the proper thing.

"Steven J. Hill" 18 年之前
父節點
當前提交
4b252a4a49
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/error.h

+ 2 - 2
include/error.h

@@ -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.  */