Re: Dillo and Irix
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Chris wrote: > > > > > > #if defined(__sgi) > > > > > This will work with the MIPSPro compiler but I'm pretty sure > the GNU compilers do not #define __sgi On Jan's machine, ./cpp --version cpp (GCC) 4.7.1 ./cpp -dM |grep __sgi #define __sgi 1 #define __sgi__ 1