mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Make test-case compilation with -DSCM_DEBUG=1 work.
* gc.h (scm_i_expensive_validation_check): Declare SCM_API.
This commit is contained in:
parent
be3eb25c64
commit
5f5e7a2cd6
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ SCM_INTERNAL void scm_i_ensure_marking(void);
|
|||
SCM_API int scm_debug_cell_accesses_p;
|
||||
SCM_API int scm_expensive_debug_cell_accesses_p;
|
||||
SCM_API int scm_debug_cells_gc_interval ;
|
||||
void scm_i_expensive_validation_check (SCM cell);
|
||||
SCM_API void scm_i_expensive_validation_check (SCM cell);
|
||||
#endif
|
||||
|
||||
SCM_INTERNAL scm_i_pthread_mutex_t scm_i_gc_admin_mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue