summaryrefslogtreecommitdiff
path: root/lib/warnless.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-16 10:25:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-16 10:25:49 +0200
commit47318020316b130ecf1fc3bc184a815d98fbd6e8 (patch)
treedcf1f7f0a0fc26ae0e184febeb48c72819370a53 /lib/warnless.c
parent6ccbdd1a510087d34959cf3f02b0ea6ba6bfe29c (diff)
downloadcurl-bagder/system-h-remove-sizes.tar.gz
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGbagder/system-h-remove-sizes
Diffstat (limited to 'lib/warnless.c')
-rw-r--r--lib/warnless.c4
1 files changed, 2 insertions, 2 deletions
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)