summaryrefslogtreecommitdiff
path: root/libguile/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/root.h')
-rw-r--r--libguile/root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/root.h b/libguile/root.h
index 40671e55e..764052ce6 100644
--- a/libguile/root.h
+++ b/libguile/root.h
@@ -96,7 +96,7 @@ typedef struct scm_root_state
SCM continuation_stack_ptr;
#ifdef DEBUG_EXTENSIONS
/* It is very inefficient to have this variable in the root state. */
- scm_debug_frame *last_debug_frame;
+ scm_debug_frame_t *last_debug_frame;
#endif
SCM progargs; /* vestigial */