1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

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+.
This commit is contained in:
Ludovic Courtès 2009-09-13 15:59:31 +02:00
parent b8e18ac25d
commit 1c44468d77
14 changed files with 23 additions and 21 deletions

View file

@ -41,7 +41,7 @@
#include <string.h>
#endif
#include "libguile/boehm-gc.h"
#include "libguile/bdw-gc.h"