diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-27 19:28:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-27 19:28:18 +0000 |
commit | 8b8916ece6eb9663ac587f876132feb678c157fd (patch) | |
tree | 5b462dcba72b308c5bdff199160e0a3d5d4f3193 /include | |
parent | 6b92aef7534d1bcdf1802442252f5f0a75b6e2fc (diff) |
Disabled NULL error_print_progname, useless
Diffstat (limited to 'include')
-rw-r--r-- | include/error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/error.h b/include/error.h index 3638bc6e9..ef97ff2c7 100644 --- a/include/error.h +++ b/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. */ |