1
Fork 0
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:
Mikael Djurfeldt 1996-09-04 23:59:35 +00:00
parent 504388eb86
commit 7f907b02be

View file

@ -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,