git: b66d67d97aa5 - main - contrib/bc: include assert.h when building with C11 or newer
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 17:59:58 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=b66d67d97aa58d0f239056917bbdbab26f41446a commit b66d67d97aa58d0f239056917bbdbab26f41446a Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-03-09 17:57:30 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-03-09 17:57:30 +0000 contrib/bc: include assert.h when building with C11 or newer This chunk should have been committed with the MFV commit 23210c9f42af94dc but was missing for an unknown reasn. MFC after: 3 days --- contrib/bc/include/lang.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/bc/include/lang.h b/contrib/bc/include/lang.h index fb0c3420aa22..b7d12b53c7f3 100644 --- a/contrib/bc/include/lang.h +++ b/contrib/bc/include/lang.h @@ -37,9 +37,6 @@ #define BC_LANG_H #include <stdbool.h> -#if BC_C11 -#include <assert.h> -#endif // BC_C11 #if BC_C11 #include <assert.h>