mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* gc.h: Added declaration of scm_cellp.
This commit is contained in:
parent
504388eb86
commit
7f907b02be
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ extern SCM scm_gc_for_newcell PROTO ((void));
|
|||
extern void scm_igc PROTO ((char *what));
|
||||
extern void scm_gc_mark PROTO ((SCM p));
|
||||
extern void scm_mark_locations PROTO ((SCM_STACKITEM x[], scm_sizet n));
|
||||
extern int scm_cellp PROTO ((SCM value));
|
||||
extern void scm_gc_sweep PROTO ((void));
|
||||
extern char * scm_must_malloc PROTO ((long len, char *what));
|
||||
extern char * scm_must_realloc PROTO ((char *where, long olen, long len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue