diff options
Diffstat (limited to 'libguile/socket.c')
-rw-r--r-- | libguile/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/socket.c b/libguile/socket.c index 7f21a5996..52f4ca194 100644 --- a/libguile/socket.c +++ b/libguile/socket.c @@ -181,8 +181,8 @@ SCM_DEFINE (scm_inet_makeaddr, "inet-makeaddr", 2, 0, 0, #endif -#if (SIZEOF_SCM_T_BITS * SCM_CHAR_BIT) > 128 -#error "Assumption that scm_t_bits <= 128 bits has been violated." +#if (SIZEOF_UINTPTR_T * SCM_CHAR_BIT) > 128 +#error "Assumption that uintptr_t <= 128 bits has been violated." #endif #if (SIZEOF_UNSIGNED_LONG * SCM_CHAR_BIT) > 128 |