diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:41 +0000 |
commit | 8ddb065afc08e9175ba08c868fb3fc35f373205e (patch) | |
tree | 26940069fcf1c53f544d20871235baf13a4d94b0 /configure | |
parent | 201c1deaa6f204cce70f3daba7641cc5ad130a8d (diff) | |
download | bcparser-8ddb065afc08e9175ba08c868fb3fc35f373205e.tar.bz2 bcparser-8ddb065afc08e9175ba08c868fb3fc35f373205e.tar.xz |
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -932,7 +932,7 @@ config_host() mb_cfghost_cflags="$mb_cfghost_cflags -ffreestanding" mb_cfghost_cflags="$mb_cfghost_cflags -nostdlib" else - printf 'int main(void){return 0;}' \ + printf 'int main(void){return 0;}\n' \ > "$mb_cfghost_tmpname" fi |