diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-09-13 15:59:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-09-14 00:42:25 +0200 |
commit | 1c44468d771d664d459e22d18884d36dda6908c1 (patch) | |
tree | c18fb4ff3ec6deb191dcf5233a48a8dca2c46cde /libguile/struct.c | |
parent | b8e18ac25d00e6bf8fee1f534625d4ff5b084f42 (diff) | |
download | guile-1c44468d771d664d459e22d18884d36dda6908c1.tar.gz |
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
* libguile/Makefile.am (modinclude_HEADERS): Add `bdw-gc.h'.
* libguile/bdw-gc.h: Rename from "boehm-gc.h"; users updated. Update to
LGPLv3+.
Diffstat (limited to 'libguile/struct.c')
-rw-r--r-- | libguile/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/struct.c b/libguile/struct.c index b7e72a719..7b25f7fef 100644 --- a/libguile/struct.c +++ b/libguile/struct.c @@ -41,7 +41,7 @@ #include <string.h> #endif -#include "libguile/boehm-gc.h" +#include "libguile/bdw-gc.h" |