diff options
Diffstat (limited to 'stdarg.h')
-rw-r--r-- | stdarg.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ -#ifndef __STDARG_H__ -#define __STDARG_H__ +#ifndef __STDC_VERSION_STDARG_H__ +#if defined __STDC_VERSION__ +#define __STDC_VERSION_STDARG_H__ __STDC_VERSION__ +#else +#define __STDC_VERSION_STDARG_H__ 1 +#endif /* UNG's Not GNU |