aboutsummaryrefslogtreecommitdiff
path: root/lib/warnless.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-26 18:32:46 +0000
committerYang Tse <yangsita@gmail.com>2010-02-26 18:32:46 +0000
commitcef95aadebf0be4be6b4ed82e07f38cc83faf546 (patch)
tree25bc10d186d74e1289ce9fdb23bd553768aec8e3 /lib/warnless.c
parent697496ff99be5842f380f8b2fd6789f623e376be (diff)
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Diffstat (limited to 'lib/warnless.c')
-rw-r--r--lib/warnless.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnless.c b/lib/warnless.c
index 232ff8027..45ed832f6 100644
--- a/lib/warnless.c
+++ b/lib/warnless.c
@@ -53,7 +53,7 @@
# define CURL_MASK_UINT 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
#endif
-#if (SIZEOF_LONG == 2)
+#if (CURL_SIZEOF_LONG == 2)
# define CURL_MASK_SLONG 0x7FFFL
# define CURL_MASK_ULONG 0xFFFFUL
#elif (SIZEOF_LONG == 4)