diff options
Diffstat (limited to 'malloc/mcheck.c')
-rw-r--r-- | malloc/mcheck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/malloc/mcheck.c b/malloc/mcheck.c index c5baa3d4a7..53575a7677 100644 --- a/malloc/mcheck.c +++ b/malloc/mcheck.c @@ -1,5 +1,5 @@ /* Standard debugging hooks for `malloc'. - Copyright (C) 1990,91,92,93,94,95,96,97 Free Software Foundation, Inc. + Copyright (C) 1990,91,92,93,94,95,96,97,99 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistribute it and/or @@ -220,7 +220,7 @@ mabort (status) #endif } -static int mcheck_used = 0; +static int mcheck_used; int mcheck (func) |