gnu enables c11 extensions
This commit is contained in:
parent
9103e93ec9
commit
268a84db7b
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: err.c,v 1.110 2021/04/14 20:06:40 rillig Exp $ */
|
/* $NetBSD: err.c,v 1.111 2021/04/14 21:20:02 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994, 1995 Jochen Pohl
|
* Copyright (c) 1994, 1995 Jochen Pohl
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#if defined(__RCSID) && !defined(lint)
|
#if defined(__RCSID) && !defined(lint)
|
||||||
__RCSID("$NetBSD: err.c,v 1.110 2021/04/14 20:06:40 rillig Exp $");
|
__RCSID("$NetBSD: err.c,v 1.111 2021/04/14 21:20:02 christos Exp $");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -617,7 +617,7 @@ void
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
||||||
if (c11flag)
|
if (c11flag || gflag)
|
||||||
return;
|
return;
|
||||||
va_start(ap, n);
|
va_start(ap, n);
|
||||||
verror(n, ap);
|
verror(n, ap);
|
||||||
|
|
Loading…
Reference in New Issue