aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
m---------gint0
-rw-r--r--src/guile.c1
3 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 138058b..85ab735 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ GRECS_SETUP(grecs, [tests getopt git2chg all-parsers syntax-doc])
# GINT
-GINT_INIT([gint], [1.8 with-guile], [use_guile=yes], [use_guile=no])
+GINT_INIT([gint], [1.8 with-guile doc-distrib], [use_guile=yes], [use_guile=no])
AM_CONDITIONAL([CFPEEK_COND_GUILE],[test $use_guile = yes])
# Initialize the test suite.
diff --git a/gint b/gint
-Subproject a5774356a1c12d1bcb55b6322710e347e1604fc
+Subproject b39efd37a7fbf478072c72f82b4310c8620a4ce
diff --git a/src/guile.c b/src/guile.c
index c36c7de..dba7559 100644
--- a/src/guile.c
+++ b/src/guile.c
@@ -569,6 +569,7 @@ scm_from_grecs_value(struct grecs_value *val)
case GRECS_TYPE_ARRAY:
return scm_vector_from_grecs(val);
}
+ return SCM_EOL;
}
SCM_DEFINE_PUBLIC(scm_grecs_node_value, "grecs-node-value",

Return to:

Send suggestions and report system problems to the System administrator.