diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-21 00:06:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-21 00:06:15 +0000 |
commit | ceb49d3742e4c27fdd86f9a6b043bebf7f42deaa (patch) | |
tree | 55ab5f39955da616c90617d17292741935a10c7f /src | |
parent | 44142f823474da2675bc8fb591c295111733dc53 (diff) | |
download | curl-ceb49d3742e4c27fdd86f9a6b043bebf7f42deaa.tar.gz |
Get rid of ENABLE_64BIT symbol definition and usage.
Improve HAVE_LONGLONG symbol description.
Diffstat (limited to 'src')
-rw-r--r-- | src/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config-win32.h b/src/config-win32.h index 306f42ee2..84a16fdc8 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -200,7 +200,7 @@ #define HAVE_VARIADIC_MACROS_C99 1 #endif -/* Define if the compiler supports LONGLONG. */ +/* Define if the compiler supports the 'long long' data type. */ #if defined(__MINGW32__) || defined(__WATCOMC__) #define HAVE_LONGLONG 1 #endif |