summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-03-23 10:14:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-23 10:14:54 +0000
commit3bdc27670282422f0788ccddd9711ae6cfe9bcd1 (patch)
tree7323b2843c665f5f112db60e5d2d218fc8903131 /malloc.c
parent155776c0c7f8e2be3290142fa6f544bce470abdb (diff)
parent0a6a0d524e3a6171ed37d842c0e1375270987314 (diff)
downloadperl-3bdc27670282422f0788ccddd9711ae6cfe9bcd1.tar.gz
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3128
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 9d2704b6d4..d543b9b106 100644
--- a/malloc.c
+++ b/malloc.c
@@ -213,7 +213,7 @@
* This is designed for use in a program that uses vast quantities of memory,
* but bombs when it runs out.
*
- * Modifications Copyright Ilya Zakharevich 1996-98.
+ * Modifications Copyright Ilya Zakharevich 1996-99.
*
* Still very quick, but much more thrifty. (Std config is 10% slower
* than it was, and takes 67% of old heap size for typical usage.)