mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +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:
parent
b8e18ac25d
commit
1c44468d77
14 changed files with 23 additions and 21 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <sched.h>
|
||||
|
||||
/* `libgc' intercepts pthread calls by defining wrapping macros. */
|
||||
#include "libguile/boehm-gc.h"
|
||||
#include "libguile/bdw-gc.h"
|
||||
|
||||
/* Threads
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue