aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-21 00:06:15 +0000
committerYang Tse <yangsita@gmail.com>2008-08-21 00:06:15 +0000
commitceb49d3742e4c27fdd86f9a6b043bebf7f42deaa (patch)
tree55ab5f39955da616c90617d17292741935a10c7f /src
parent44142f823474da2675bc8fb591c295111733dc53 (diff)
Get rid of ENABLE_64BIT symbol definition and usage.
Improve HAVE_LONGLONG symbol description.
Diffstat (limited to 'src')
-rw-r--r--src/config-win32.h2
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