Commit a0029386 by Charles Hannum

entered into RCS

From-SVN: r1433
parent d80e9fd7
...@@ -15,7 +15,7 @@ typedef union { ...@@ -15,7 +15,7 @@ typedef union {
} __f_regs; } __f_regs;
typedef struct { typedef struct {
#if defined(__SVR4__) || defined(__alliant__) #if defined (__SVR4__) || defined (__svr4__) || defined (__alliant__)
__f_regs __float_regs; long __ireg[12]; __f_regs __float_regs; long __ireg[12];
#else /* pre-SVR4 */ #else /* pre-SVR4 */
long __ireg[12]; __f_regs __float_regs; long __ireg[12]; __f_regs __float_regs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment