From c8ed2f542a370da62a92d2e9b70b57ecfc7fdb6b Mon Sep 17 00:00:00 2001 From: tege Date: Tue, 2 Jan 2001 09:23:11 +0100 Subject: Remove K&R function headers. --- assert.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'assert.c') diff --git a/assert.c b/assert.c index 37da55410..766890b6e 100644 --- a/assert.c +++ b/assert.c @@ -1,7 +1,7 @@ /* GMP assertion failure handler. */ /* -Copyright 2000 Free Software Foundation, Inc. +Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -27,15 +27,8 @@ MA 02111-1307, USA. int -#if __STDC__ __gmp_assert_fail (const char *filename, int linenum, const char *expr) -#else -__gmp_assert_fail (filename, linenum, expr) -char *filename; -int linenum; -char *expr; -#endif { if (filename != NULL && filename[0] != '\0') { -- cgit v1.2.1