diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-25 15:31:44 +0000 | 
|---|---|---|
| committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-25 15:31:44 +0000 | 
| commit | a01c09263d316cc96d574795150c0155c06d3236 (patch) | |
| tree | abfaca296e6346097367b92492f72b9fefea7aa2 /libc | |
| parent | 8532ba12c656528617fe86945c64626b1a815280 (diff) | |
error_message_count got lost
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/misc/error/error.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/error/error.c b/libc/misc/error/error.c index dcc3ed8e2..4eda8defd 100644 --- a/libc/misc/error/error.c +++ b/libc/misc/error/error.c @@ -41,9 +41,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_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;  | 
