summaryrefslogtreecommitdiff
path: root/libguile/gh_list.c
diff options
context:
space:
mode:
authorMichael Livshin <mlivshin@bigfoot.com>2001-05-26 20:51:22 +0000
committerMichael Livshin <mlivshin@bigfoot.com>2001-05-26 20:51:22 +0000
commitc014a02eec7b99c54d8a156ce491ae8d1e341f97 (patch)
treefa7a113564c23215b83e44a1498616a6bf16c853 /libguile/gh_list.c
parentf3f70257a3befb6495760923d167e52d5cdfddae (diff)
downloadguile-c014a02eec7b99c54d8a156ce491ae8d1e341f97.tar.gz
revert the ill-considered part of the 2001-05-24 changes
Diffstat (limited to 'libguile/gh_list.c')
-rw-r--r--libguile/gh_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_list.c b/libguile/gh_list.c
index c52af4223..71af25ee8 100644
--- a/libguile/gh_list.c
+++ b/libguile/gh_list.c
@@ -45,7 +45,7 @@
#include "libguile/gh.h"
/* returns the length of a list */
-scm_bits_t
+unsigned long
gh_length (SCM l)
{
return gh_scm2ulong (scm_length (l));