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 | a47870df9806ab9b157ef4d276f4d223e0f38fad (patch) | |
tree | 3b4ed3f88e5627207907e886db7d2c5871d13568 /configure | |
parent | b6ae3e9f1404d5ddd57a2a54a8f6aad88e319ddb (diff) | |
download | sbpython2-a47870df9806ab9b157ef4d276f4d223e0f38fad.tar.bz2 sbpython2-a47870df9806ab9b157ef4d276f4d223e0f38fad.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 |