revert the ill-considered part of the 2001-05-24 changes
[bpt/guile.git] / libguile / gh_list.c
index c52af42..71af25e 100644 (file)
@@ -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));