diff options
Diffstat (limited to 'libguile/pairs.c')
-rw-r--r-- | libguile/pairs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/pairs.c b/libguile/pairs.c index 0e69ed007..b2dac983d 100644 --- a/libguile/pairs.c +++ b/libguile/pairs.c @@ -120,7 +120,7 @@ SCM_DEFINE (scm_set_cdr_x, "set-cdr!", 2, 0, 0, /* The compiler should unroll this. */ #define CHASE_PAIRS(tree, FUNC_NAME, pattern) \ - scm_t_uint32 pattern_var = pattern; \ + uint32_t pattern_var = pattern; \ do \ { \ if (!scm_is_pair (tree)) \ |