* malloc/mcheck.c: Don't use __P.
authorRoland McGrath <roland@gnu.org>
Wed, 8 Sep 2004 20:36:06 +0000 (20:36 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 8 Sep 2004 20:36:06 +0000 (20:36 +0000)
Use prototypes definitions for static functions.

ChangeLog

index c2875b7..948cd06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-08  Roland McGrath  <roland@redhat.com>
+
+       * malloc/mcheck.c: Don't use __P.
+       Use prototypes definitions for static functions.
+
 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>