summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/stdarg.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/stdarg.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/stdarg.h')
-rw-r--r--sys/amd64/include/stdarg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/stdarg.h b/sys/amd64/include/stdarg.h
index d3612d2..a0c1662 100644
--- a/sys/amd64/include/stdarg.h
+++ b/sys/amd64/include/stdarg.h
@@ -39,7 +39,8 @@
typedef __va_list va_list;
#endif
-#if defined(__GNUCLIKE_BUILTIN_STDARG)
+#ifdef __GNUCLIKE_BUILTIN_STDARG
+
#define va_start(ap, last) \
__builtin_stdarg_start((ap), (last))
OpenPOWER on IntegriCloud