emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: __GNUC__ == "mingw" in w32.c


From: jasonr
Subject: Re: __GNUC__ == "mingw" in w32.c
Date: Wed, 8 Jun 2005 17:46:42 +0100
User-agent: Internet Messaging Program (IMP) 3.2.3

Quoting Juanma Barranquero <address@hidden>:

> >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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]