aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib557.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib557.c')
-rw-r--r--tests/libtest/lib557.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c
index 1242e6b9d..c70155e95 100644
--- a/tests/libtest/lib557.c
+++ b/tests/libtest/lib557.c
@@ -18,20 +18,13 @@
int curl_msprintf(char *buffer, const char *format, ...);
-#if (CURL_SIZEOF_CURL_OFF_T > 4)
-# if (CURL_SIZEOF_LONG > 4)
-# define MPRNT_SUFFIX_CURL_OFF_T L
-# else
-# define MPRNT_SUFFIX_CURL_OFF_T LL
-# endif
+#if (CURL_SIZEOF_CURL_OFF_T > CURL_SIZEOF_LONG)
+# define MPRNT_SUFFIX_CURL_OFF_T LL
#else
-# if (CURL_SIZEOF_LONG > 2)
-# define MPRNT_SUFFIX_CURL_OFF_T L
-# else
-# define MPRNT_SUFFIX_CURL_OFF_T LL
-# endif
+# define MPRNT_SUFFIX_CURL_OFF_T L
#endif
+
#ifdef CURL_ISOCPP
# define MPRNT_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix
#else