Commit 61a2ac12 by Richard Stallman

(_VA_LIST_T_H): Test and define this.

From-SVN: r3547
parent 33b039cc
...@@ -124,11 +124,15 @@ typedef __gnuc_va_list va_list; ...@@ -124,11 +124,15 @@ typedef __gnuc_va_list va_list;
#if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____) #if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____)
/* The macro _VA_LIST is used in SCO Unix 3.2. */ /* The macro _VA_LIST is used in SCO Unix 3.2. */
#ifndef _VA_LIST #ifndef _VA_LIST
/* The macro _VA_LIST_T_H is used in the Bull dpx2 */
#ifndef _VA_LIST_T_H
#define _VA_LIST_T_H
#if !(defined (__BSD_NET2__) || defined (____386BSD____)) #if !(defined (__BSD_NET2__) || defined (____386BSD____))
#define _VA_LIST_ #define _VA_LIST_
#endif #endif
#define _VA_LIST #define _VA_LIST
typedef __gnuc_va_list va_list; typedef __gnuc_va_list va_list;
#endif /* not _VA_LIST_T_H */
#endif /* not _VA_LIST */ #endif /* not _VA_LIST */
#endif /* not _VA_LIST_ */ #endif /* not _VA_LIST_ */
......
...@@ -136,11 +136,15 @@ typedef __gnuc_va_list va_list; ...@@ -136,11 +136,15 @@ typedef __gnuc_va_list va_list;
#if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____) #if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____)
/* The macro _VA_LIST is used in SCO Unix 3.2. */ /* The macro _VA_LIST is used in SCO Unix 3.2. */
#ifndef _VA_LIST #ifndef _VA_LIST
/* The macro _VA_LIST_T_H is used in the Bull dpx2 */
#ifndef _VA_LIST_T_H
#define _VA_LIST_T_H
#if !(defined (__BSD_NET2__) || defined (____386BSD____)) #if !(defined (__BSD_NET2__) || defined (____386BSD____))
#define _VA_LIST_ #define _VA_LIST_
#endif #endif
#define _VA_LIST #define _VA_LIST
typedef __gnuc_va_list va_list; typedef __gnuc_va_list va_list;
#endif /* not _VA_LIST_T_H */
#endif /* not _VA_LIST */ #endif /* not _VA_LIST */
#endif /* not _VA_LIST_ */ #endif /* not _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