aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-27 14:23:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-27 14:23:16 +0300
commitd6747f8b74f56046c676f94eb13a7df16718e53c (patch)
tree51557f3eee501e90b7da9163636370336b0c6223
parenta8f94d2f6c840d44cc389f4fd00eec5b7fc3a79f (diff)
downloadcfpeek-d6747f8b74f56046c676f94eb13a7df16718e53c.tar.gz
cfpeek-d6747f8b74f56046c676f94eb13a7df16718e53c.tar.bz2
Fix builds without Guilerelease-1.0
* gint: Update. * configure.ac (GINT_INIT): Use doc-dsitrib option. * src/guile.c: Minor fix.
-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.