diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2022-03-07 22:08:20 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2022-03-07 22:08:20 +0000 |
| commit | 3673adf1ee311d6f83176d3e43cf0efb314764e4 (patch) | |
| tree | e0025bff2224059a1b5a8b538cc8a7cd0a3df637 /include/lang.h | |
| parent | 4dfc0fa2870c28e6a44c223860375a46e52fdade (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.h | 1 |
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 |
