mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Deprecate gc-live-object-stats
* libguile/gc.h: * libguile/gc.c: * libguile/deprecated.h: * libguile/deprecated.c (scm_gc_live_object_stats): Deprecate; it hasn't worked in the whole 2.0 series.
This commit is contained in:
parent
e7bd20f7d9
commit
d364a89718
4 changed files with 20 additions and 39 deletions
|
@ -861,6 +861,10 @@ SCM_DEPRECATED SCM scm_c_program_source (SCM program, size_t ip);
|
|||
|
||||
|
||||
|
||||
SCM_DEPRECATED SCM scm_gc_live_object_stats (void);
|
||||
|
||||
|
||||
|
||||
void scm_i_init_deprecated (void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue