Commit 0756f25f by Richard Stallman

(struct __gnuc_va_list): Test __svr4__ like __SVR4__.

From-SVN: r3563
parent 976876dd
......@@ -23,7 +23,7 @@ typedef struct {
} __va_saved_regs;
typedef struct {
#if defined(__SVR4__) || defined(__alliant__)
#if defined(__SVR4__) || defined(__svr4__) || defined(__alliant__)
unsigned __ireg_used; /* How many int regs consumed 'til now? */
unsigned __freg_used; /* How many flt regs consumed 'til now? */
long *__reg_base; /* Address of where we stored the 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