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
|
@ -112,6 +112,9 @@ void scm_mark_all (void);
|
|||
extern long int scm_i_deprecated_memory_return;
|
||||
extern long int scm_i_find_heap_calls;
|
||||
|
||||
SCM_INTERNAL char const *scm_i_tag_name (scm_t_bits tag); /* MOVEME */
|
||||
|
||||
|
||||
/*
|
||||
global init funcs.
|
||||
*/
|
||||
|
|
|
@ -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