aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/varargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/varargs.h')
-rw-r--r--sys/sys/varargs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sys/varargs.h b/sys/sys/varargs.h
index bdd161b..7814af9 100644
--- a/sys/sys/varargs.h
+++ b/sys/sys/varargs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: varargs.h,v 1.3 2019/12/07 06:55:20 visa Exp $ */
+/* $OpenBSD: varargs.h,v 1.4 2020/07/21 23:09:00 daniel Exp $ */
/*
* Copyright (c) 2003, 2004 Marc espie <espie@openbsd.org>
*
@@ -18,7 +18,6 @@
#ifndef _VARARGS_H_
#define _VARARGS_H_
-#if defined(__GNUC__) && __GNUC__ >= 3
/* These macros implement traditional (non-ANSI) varargs
for GNU C. */
@@ -49,8 +48,4 @@ typedef __builtin_va_list __gnuc_va_list;
typedef __gnuc_va_list va_list;
-#else
-#error "unsupported compiler"
-#endif
-
#endif /* _VARARGS_H_ */