j
k
j a
j l
Chris wrote:
......#if defined(__sgi) This will work with the MIPSPro compiler but I'm pretty sure the GNU compilers do not #define __sgi
...#if defined(__sgi)
#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
Back to the thread
Back to the list