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 /lib/config-os400.h | |
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 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index c52098731..abe9bb875 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -364,7 +364,7 @@ /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 -/* Define if 64 bit integers are supported. */ +/* Define if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG /* The size of a `long long', as computed by sizeof. */ |