diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:43 +0000 |
commit | 4772f1e109bb9f64559a4264488fa36b7faa655e (patch) | |
tree | 9244d2ccc3da526c43a730eb361669c7aba9f870 /configure | |
parent | b38182755d5e0e3f2a7677087ce21201250d0e0f (diff) | |
download | pemagine-4772f1e109bb9f64559a4264488fa36b7faa655e.tar.bz2 pemagine-4772f1e109bb9f64559a4264488fa36b7faa655e.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 |