From 2a3875111de35589a5b32c989b813346172950d6 Mon Sep 17 00:00:00 2001 From: kan Date: Mon, 1 Sep 2003 03:01:45 +0000 Subject: Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ symbol. --- sys/alpha/include/varargs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/include/varargs.h b/sys/alpha/include/varargs.h index f6a47f8..8565a3c 100644 --- a/sys/alpha/include/varargs.h +++ b/sys/alpha/include/varargs.h @@ -41,8 +41,8 @@ * $FreeBSD$ */ -#ifndef _ALPHA_VARARGS_H_ -#define _ALPHA_VARARGS_H_ +#ifndef _MACHINE_VARARGS_H_ +#define _MACHINE_VARARGS_H_ #if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3) @@ -80,4 +80,4 @@ typedef int __builtin_va_alist_t __attribute__((__mode__(__word__))); #endif /* __GNUC__ post GCC 2.95 */ -#endif /* !_ALPHA_VARARGS_H_ */ +#endif /* !_MACHINE_VARARGS_H_ */ -- cgit v1.1