summaryrefslogtreecommitdiff
path: root/libguile/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/debug.h')
-rw-r--r--libguile/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/debug.h b/libguile/debug.h
index 99d526e1b..f54156310 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -124,7 +124,8 @@ typedef struct scm_debug_frame
{
struct scm_debug_frame *prev;
long status;
- scm_debug_info vect[1];
+ scm_debug_info *vect;
+ scm_debug_info *info;
} scm_debug_frame;
#ifndef USE_THREADS