summaryrefslogtreecommitdiff
path: root/libguile/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/struct.c')
-rw-r--r--libguile/struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/struct.c b/libguile/struct.c
index 1c280c7c4..ca6b324d9 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -366,7 +366,7 @@ scm_struct_ref (handle, pos)
SCM pos;
#endif
{
- SCM answer;
+ SCM answer = SCM_UNDEFINED;
SCM * data;
SCM layout;
int p;