Re: __sparc__ not defined with Forte C
16 Jul
2002
16 Jul
'02
1:49 a.m.
Gregg Mattinson <gm138242(a)scot.canada.sun.com> writes:
ChangeLog: dlls/ntdll/signal_sparc.c include/basetsd.h include/wine/port.h server/context_sparc.c - __sparc__ is not defined with Forte C, but __sparc is defined with both Forte and GCC. Same goes for __sun__
If __sparc and __sun work for all compilers we should use them everywhere, no need to try to support other forms. Otherwise it should be done with a configure test like we do for __i386__.
- Forte C doesn't like @function. Replaced it with 2.
This needs a configure test. A #ifdef SUNPRO_C is almost always the wrong thing to do. -- Alexandre Julliard julliard(a)winehq.com
8553
Age (days ago)
8553
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard