From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/varargs.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/sys/varargs.h') 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 * @@ -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_ */ -- cgit v1.2.3