aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guile.c2
1 files changed, 1 insertions, 1 deletions
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.