aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/guile/scm-frame.c')
-rw-r--r--gdb/guile/scm-frame.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/guile/scm-frame.c b/gdb/guile/scm-frame.c
index e932c2a..9d5dfa6 100644
--- a/gdb/guile/scm-frame.c
+++ b/gdb/guile/scm-frame.c
@@ -1174,7 +1174,12 @@ gdbscm_initialize_frames (void)
gdbscm_define_functions (frame_functions, 1);
block_keyword = scm_from_latin1_keyword ("block");
+}
+void _initialize_scm_frame ();
+void
+_initialize_scm_frame ()
+{
/* Register an inferior "free" callback so we can properly
invalidate frames when an inferior file is about to be deleted. */
frscm_inferior_data_key