aboutsummaryrefslogtreecommitdiff
path: root/include/lang.h
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-03-07 22:08:20 +0000
committerStefan Eßer <se@FreeBSD.org>2022-03-07 22:08:20 +0000
commit3673adf1ee311d6f83176d3e43cf0efb314764e4 (patch)
treee0025bff2224059a1b5a8b538cc8a7cd0a3df637 /include/lang.h
parent4dfc0fa2870c28e6a44c223860375a46e52fdade (diff)
vendor/bc: import version 5.2.3vendor/bc/5.2.3
This version fixes a parse error when passing a file to bc using -f if that file has a multiline comment or string in it. MFC after: 3 days
Diffstat (limited to 'include/lang.h')
-rw-r--r--include/lang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lang.h b/include/lang.h
index 09b0d6072806..b7d12b53c7f3 100644
--- a/include/lang.h
+++ b/include/lang.h
@@ -37,6 +37,7 @@
#define BC_LANG_H
#include <stdbool.h>
+
#if BC_C11
#include <assert.h>
#endif // BC_C11