diff options
Diffstat (limited to 'Mac/mwerks/malloc/malloc.c')
-rw-r--r-- | Mac/mwerks/malloc/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/malloc/malloc.c b/Mac/mwerks/malloc/malloc.c index 5178b66..a629c0b 100644 --- a/Mac/mwerks/malloc/malloc.c +++ b/Mac/mwerks/malloc/malloc.c @@ -1,5 +1,5 @@ /* - * Attempt at a memory allocator for the Mac, Jack Jansen, CWI, 1995. + * Attempt at a memory allocator for the Mac, Jack Jansen, CWI, 1995-1997. * * Code adapted from BSD malloc, which is: * |