formal parameters in prototyps need only 1 underscore
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
/* $Header$ */
|
||||
|
||||
void __bad_assertion(const char *__expr, const char *__file, int __line);
|
||||
void __bad_assertion(const char *_expr, const char *_file, int _line);
|
||||
|
||||
#undef assert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user