Эх сурвалжийг харах

gcc41 does not like this at all

Peter S. Mazinger 19 жил өмнө
parent
commit
efbcf025d2

+ 0 - 2
libc/misc/error/error.c

@@ -39,9 +39,7 @@ libc_hidden_proto(stdout)
 libc_hidden_proto(stderr)
 libc_hidden_proto(stderr)
 
 
 /* This variable is incremented each time `error' is called.  */
 /* This variable is incremented each time `error' is called.  */
-libc_hidden_proto(error_message_count)
 unsigned int error_message_count = 0;
 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
 /* Sometimes we want to have at most one error per line.  This
    variable controls whether this mode is selected or not.  */
    variable controls whether this mode is selected or not.  */
 int error_one_per_line;
 int error_one_per_line;