summaryrefslogtreecommitdiff
path: root/libc/misc/error
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-01 09:34:11 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-01 09:34:11 +0000
commitefbcf025d22d7700239e91662190098be8c0e488 (patch)
treef69547b203b446c5bc406c3137cf4d57df82eebf /libc/misc/error
parentfd56af193eff8ad598d2789e970150d7a363c890 (diff)
gcc41 does not like this at all
Diffstat (limited to 'libc/misc/error')
-rw-r--r--libc/misc/error/error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/error/error.c b/libc/misc/error/error.c
index bc6117d8f..3e44a01ee 100644
--- a/libc/misc/error/error.c
+++ b/libc/misc/error/error.c
@@ -39,9 +39,7 @@ libc_hidden_proto(stdout)
libc_hidden_proto(stderr)
/* This variable is incremented each time `error' is called. */
-libc_hidden_proto(error_message_count)
unsigned int error_message_count = 0;
-libc_hidden_data_def(error_message_count)
/* Sometimes we want to have at most one error per line. This
variable controls whether this mode is selected or not. */
int error_one_per_line;