mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
Fix the visibility of a few of internal symbols.
* libguile/gc.h (scm_i_gc): Make internal. * libguile/posix.h (scm_i_locale_mutex): Likewise. * libguile/arrays.h (scm_i_tc16_array): Likewise. * libguile/numbers.c (scm_i_num_less_p): Likewise. * libguile/discouraged.h (scm_i_init_discouraged): Likewise. * libguile/continuations.c (scm_i_dummy): Made static. * libguile/gc.c (scm_i_cell_validation_already_running): Likewise. * libguile/discouraged.h (scm_i_init_discouraged): Likewise.
This commit is contained in:
parent
ac7b8e8e4c
commit
8c93b597b3
7 changed files with 12 additions and 15 deletions
|
@ -309,7 +309,7 @@ static void scm_dynthrow (SCM);
|
|||
* variable.
|
||||
*/
|
||||
|
||||
scm_t_bits scm_i_dummy;
|
||||
static scm_t_bits scm_i_dummy;
|
||||
|
||||
static void
|
||||
grow_stack (SCM cont)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue