X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d622d4bf30c3acd56bb6b3832643ef95d1cbd4cb..031fa9ad4d17da5759bade845985e24ef2d14c98:/options.c diff --git a/options.c b/options.c index 23b32fd5..5ab7b7f5 100644 --- a/options.c +++ b/options.c @@ -211,9 +211,8 @@ static void print_rsync_version(enum logcode f) get_panic_action()); #endif -#ifdef INT64_IS_OFF_T - if (sizeof (int64) < 8) - rprintf(f, "WARNING: no 64-bit integers on this platform!\n"); +#if SIZEOF_INT64 < 8 + rprintf(f, "WARNING: no 64-bit integers on this platform!\n"); #endif rprintf(f,