diff options
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r-- | sys/sparc64/include/varargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sparc64/include/varargs.h b/sys/sparc64/include/varargs.h index 7ee2a58..c9403ee 100644 --- a/sys/sparc64/include/varargs.h +++ b/sys/sparc64/include/varargs.h @@ -49,6 +49,9 @@ * $FreeBSD$ */ +#ifndef _MACHINE_VARARGS_H_ +#define _MACHINE_VARARGS_H_ + #if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3) #include <sys/_types.h> @@ -68,9 +71,6 @@ typedef int __builtin_va_alist_t __attribute__((__mode__(__word__))); #else /* ! __GNUC__ post GCC 2.95 */ -#ifndef _MACHINE_VARARGS_H_ -#define _MACHINE_VARARGS_H_ - #include <machine/stdarg.h> #if __GNUC__ == 1 |