X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/a06e3a75b298d2335d134cfec97ee893b29aea33..904a077df1a670d386ca114ddb7a8e371684f655:/libguile/debug.h 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);