Commit 4f5ab7e3 by Doug Evans

Add linux support.

From-SVN: r13500
parent b8811494
...@@ -17,7 +17,7 @@ typedef struct { ...@@ -17,7 +17,7 @@ typedef struct {
__va_greg * __va_next_stack; /* next extended word on stack */ __va_greg * __va_next_stack; /* next extended word on stack */
} __gnuc_va_list; } __gnuc_va_list;
#else #else
#ifndef __svr4__ #if ! defined (__svr4__) && ! defined (__linux__)
/* This has to be a char * to be compatible with Sun. /* This has to be a char * to be compatible with Sun.
i.e., we have to pass a `va_list' to vsprintf. */ i.e., we have to pass a `va_list' to vsprintf. */
typedef char * __gnuc_va_list; typedef char * __gnuc_va_list;
......
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