mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Fix broken GC and threads merge.
* libguile/private-gc.h (scm_i_tag_name): New declaration. * libguile/threads.c: Include <config.h>.
This commit is contained in:
parent
7f2a6c387c
commit
b359b36a63
2 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
|
||||
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/boehm-gc.h"
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue