aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/estream-printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/estream-printf.c b/common/estream-printf.c
index 797f9aa30..848ff0301 100644
--- a/common/estream-printf.c
+++ b/common/estream-printf.c
@@ -1231,7 +1231,7 @@ pr_pointer (estream_printf_out_t outfnc, void *outfncarg,
argspec_t arg, value_t value, size_t *nbytes)
{
int rc;
-#ifdef HAVE_LONG_LONG_INT
+#if defined(HAVE_LONG_LONG_INT) && (SIZEOF_UNSIGNED_LONG < SIZEOF_VOID_P)
unsigned long long aulong;
#else
unsigned long aulong;