Quoting Juanma Barranquero <[EMAIL PROTECTED]>: > >From w32.c: > > #ifdef _MSC_VER > #define COMPILER_NAME "msvc" > #else > #ifdef __GNUC__ > #define COMPILER_NAME "mingw" > #else > #define COMPILER_NAME "unknown" > #endif > #endif > > Is there any reason to consider any _GNUC_ compiler as "mingw"?
It is the only version of GCC supported by the w32 build. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel