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 | 3c951f42ef9e14289fc6394755fab2a2352e416c (patch) | |
tree | 1e43891fda6f29482a70b073bd98c79ca751aaa4 /configure | |
parent | 200dfe178506d2f2f6fe3cc9799e786876709541 (diff) | |
download | dalist-3c951f42ef9e14289fc6394755fab2a2352e416c.tar.bz2 dalist-3c951f42ef9e14289fc6394755fab2a2352e416c.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 |