1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

(scm_i_chase_pairs): Replace scm_t_bits with scm_t_uint32 to fix the

mismatch between the function declaration and definition.
This commit is contained in:
Marius Vollmer 2004-11-02 22:47:14 +00:00
parent 1938c6dab7
commit 7dab4b370c

View file

@ -101,7 +101,7 @@ scm_cdr (SCM pair)
} }
SCM SCM
scm_i_chase_pairs (SCM tree, scm_t_bits pattern) scm_i_chase_pairs (SCM tree, scm_t_uint32 pattern)
{ {
do do
{ {