1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
This commit is contained in:
Mikael Djurfeldt 2000-06-13 00:49:28 +00:00
parent 1c4ae8de87
commit eb422a4c18

View file

@ -39,9 +39,6 @@
* whether to permit this exception to apply to your modifications. * whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice. */ * 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 <string.h>
#include <stdio.h> #include <stdio.h>
@ -52,14 +49,10 @@
#include "libguile/debug-malloc.h" #include "libguile/debug-malloc.h"
/* /*
* The following code is a hack written quickly in order to solve a * The following code is a hack which I wrote quickly in order to
* memory leak problem. No respect has been paid to maintainability * solve a memory leak problem. Since I wanted to have the
* etc, but since it isn't a part of Guile proper, and probably * application running at close to normal speed, I prioritized speed
* doesn't need maintenance, it has been contributed because of its * over maintainability. /mdj
* utility.
*
* It is intended to be maximally fast (so that the application runs
* close to normal speed).
*/ */
typedef struct hash_entry { typedef struct hash_entry {