mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
Doc fix
This commit is contained in:
parent
1c4ae8de87
commit
eb422a4c18
1 changed files with 4 additions and 11 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue