summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/varargs.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2005-03-11 22:16:09 +0000
committerpeter <peter@FreeBSD.org>2005-03-11 22:16:09 +0000
commitaae81bd5b34df7289c1a7a116888fa8c57c5c655 (patch)
treeddbe8c86d2a04265c84a057694ee46c3a70acd8b /sys/amd64/include/varargs.h
parent08402fbecfb746090a4e83349c30fb80fe67a758 (diff)
downloadFreeBSD-src-aae81bd5b34df7289c1a7a116888fa8c57c5c655.zip
FreeBSD-src-aae81bd5b34df7289c1a7a116888fa8c57c5c655.tar.gz
Remove diffs to i386 version that came in via the compiler support ifdefs.
This changes things like whitespace, inconsistent use of #ifndef vs #if !defined(), different macro argument orders, mismatched comments, etc.
Diffstat (limited to 'sys/amd64/include/varargs.h')
-rw-r--r--sys/amd64/include/varargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/varargs.h b/sys/amd64/include/varargs.h
index 3b9f542..93faac6 100644
--- a/sys/amd64/include/varargs.h
+++ b/sys/amd64/include/varargs.h
@@ -71,7 +71,7 @@ typedef char *va_list;
#define __va_size(type) \
(((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
-#ifdef __GNUCLIKE_BUILTIN_VAALIST
+#if defined(__GNUCLIKE_BUILTIN_VAALIST)
#define va_alist __builtin_va_alist
#endif
#define va_dcl int va_alist; ...
OpenPOWER on IntegriCloud