diff options
Diffstat (limited to 'libguile/debug.h')
-rw-r--r-- | libguile/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/debug.h b/libguile/debug.h index 06a3133cb..c5b54a62c 100644 --- a/libguile/debug.h +++ b/libguile/debug.h @@ -209,8 +209,6 @@ extern SCM scm_make_debugobj (scm_t_debug_frame *debug); extern void scm_init_debug (void); #ifdef GUILE_DEBUG -extern SCM scm_make_gloc (SCM var, SCM env); -extern SCM scm_gloc_p (SCM obj); extern SCM scm_make_iloc (SCM frame, SCM binding, SCM cdrp); extern SCM scm_iloc_p (SCM obj); extern SCM scm_memcons (SCM car, SCM cdr, SCM env); |