formal parameters in prototyps need only 1 underscore

This commit is contained in:
eck
1990-01-29 10:09:00 +00:00
parent 4de10af212
commit 343dbb810f
12 changed files with 154 additions and 154 deletions

View File

@@ -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