aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--src/guile.c2
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9d3fe87..e3f5acf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-Cfpeek NEWS -- history of user-visible changes. 2015-05-15
-Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
+Cfpeek NEWS -- history of user-visible changes. 2018-06-02
See the end of file for copying conditions.
Please send cfpeek bug reports to <bug-cfpeek@gnu.org.ua>
@@ -17,6 +16,8 @@ main loop has iterated over all nodes in the tree.
A parser for dhcpd.conf file.
+* Drop support for Guile versions prior to 2.2.0
+
Version 1.1, 2012-03-30
@@ -64,7 +65,7 @@ Initial revision
=========================================================================
Copyright information:
-Copyright (C) 2011, 2012 Sergey Poznyakoff
+Copyright (C) 2011-2018 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 48dbb22..47f80eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ GRECS_SETUP(grecs, [tests getopt git2chg all-parsers syntax-doc])
# GINT
-GINT_INIT([gint], [1.8 with-guile doc-distrib], [use_guile=yes], [use_guile=no])
+GINT_INIT([gint], [2.2.0 with-guile doc-distrib], [use_guile=yes], [use_guile=no])
AM_CONDITIONAL([CFPEEK_COND_GUILE],[test $use_guile = yes])
# Imprimatur
diff --git a/src/guile.c b/src/guile.c
index f9e1e7b..771db95 100644
--- a/src/guile.c
+++ b/src/guile.c
@@ -127,7 +127,7 @@ node_to_scm(struct grecs_node *node)
return node_match_to_scm(node, NULL);
}
-static scm_sizet
+static size_t
_guile_node_free(SCM smob)
{
struct _guile_node *np = (struct _guile_node *) SCM_CDR(smob);

Return to:

Send suggestions and report system problems to the System administrator.