From 6b9bc5a4fe5ebfb884a0ea7fe0329923cd4b774c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Aug 2017 10:25:49 +0200 Subject: CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG --- lib/warnless.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/warnless.c') diff --git a/lib/warnless.c b/lib/warnless.c index 1b9fe7e17..05d9038dc 100644 --- a/lib/warnless.c +++ b/lib/warnless.c @@ -82,7 +82,7 @@ # define CURL_MASK_SLONG 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFL # define CURL_MASK_ULONG 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFUL #else -# error "CURL_SIZEOF_LONG not defined" +# error "SIZEOF_LONG not defined" #endif #if (SIZEOF_CURL_OFF_T == 2) @@ -98,7 +98,7 @@ # define CURL_MASK_SCOFFT CURL_OFF_T_C(0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF) # define CURL_MASK_UCOFFT CURL_OFF_TU_C(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF) #else -# error "CURL_SIZEOF_CURL_OFF_T not defined" +# error "SIZEOF_CURL_OFF_T not defined" #endif #if (SIZEOF_SIZE_T == SIZEOF_SHORT) -- cgit v1.2.3