Commit 15158440 by Richard Kenner

*** empty log message ***

From-SVN: r2682
parent 66a35cea
...@@ -42,6 +42,8 @@ typedef struct { ...@@ -42,6 +42,8 @@ typedef struct {
#endif /* _STDARG_H */ #endif /* _STDARG_H */
#ifndef va_end
#define va_end(__va) #define va_end(__va)
/* Values returned by __builtin_classify_type. */ /* Values returned by __builtin_classify_type. */
...@@ -69,6 +71,8 @@ enum { ...@@ -69,6 +71,8 @@ enum {
__lang_type_class __lang_type_class
}; };
#endif
/* Note that parameters are always aligned at least to a word boundary /* Note that parameters are always aligned at least to a word boundary
(when passed) regardless of what GCC's __alignof__ operator says. */ (when passed) regardless of what GCC's __alignof__ operator says. */
......
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