summaryrefslogtreecommitdiff
path: root/libguile/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/debug.h')
-rw-r--r--libguile/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/debug.h b/libguile/debug.h
index 1f999fa24..fe9c56fff 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -166,6 +166,7 @@ extern long scm_tc16_debugobj;
#define SCM_DEBUGOBJP(x) (scm_tc16_debugobj == SCM_TYP16 (x))
#define SCM_DEBUGOBJ_FRAME(x) SCM_CDR (x)
+#define SCM_SET_DEBUGOBJ_FRAME(x, f) SCM_SETCDR (x, f)
/* {Memoized Source}
*/