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:
parent
1938c6dab7
commit
7dab4b370c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue