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