This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada: MinGW32 path to ada/init.c


 --- Florian Weimer <fw@deneb.enyo.de> wrote: > Danny Smith
<danny_r_smith_2001@yahoo.co.nz> writes:
> 
> > +/* In Win32 the top level error filter must use __stdcall convention. 
> */
> 
> Is it okay to call the architecture *Win*32? 

The macro that is usually define for *that* target is _WIN32.  If you don't
like *win* in the comment a simple change to something more neutral would
be: 

/* For this target the top level error filter must use __stdcall
convention. */ 


Danny


http://greetings.yahoo.com.au - Yahoo! Greetings
- Send your festive greetings online!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]