From ceb49d3742e4c27fdd86f9a6b043bebf7f42deaa Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 21 Aug 2008 00:06:15 +0000 Subject: Get rid of ENABLE_64BIT symbol definition and usage. Improve HAVE_LONGLONG symbol description. --- src/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3