diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-13 00:49:28 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-13 00:49:28 +0000 |
commit | eb422a4c18fe9cf52f6f0ee6e650a27afd55df63 (patch) | |
tree | 67630222194dea047b0728ddf1e307e6721f8302 /libguile/debug-malloc.c | |
parent | 1c4ae8de878ce24eef6ddae2a6d74af3d38a024a (diff) | |
download | guile-eb422a4c18fe9cf52f6f0ee6e650a27afd55df63.tar.gz |
Doc fix
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r-- | libguile/debug-malloc.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c index 53225ff39..a7c5974a3 100644 --- a/libguile/debug-malloc.c +++ b/libguile/debug-malloc.c @@ -39,9 +39,6 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999, - gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ - #include <string.h> #include <stdio.h> @@ -52,14 +49,10 @@ #include "libguile/debug-malloc.h" /* - * The following code is a hack written quickly in order to solve a - * memory leak problem. No respect has been paid to maintainability - * etc, but since it isn't a part of Guile proper, and probably - * doesn't need maintenance, it has been contributed because of its - * utility. - * - * It is intended to be maximally fast (so that the application runs - * close to normal speed). + * The following code is a hack which I wrote quickly in order to + * solve a memory leak problem. Since I wanted to have the + * application running at close to normal speed, I prioritized speed + * over maintainability. /mdj */ typedef struct hash_entry { |