scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit b1e7581395f016b2a2494f9035804525302de72a
parent c8f7dc5a930f840f547f04f1f24b354b805ae74b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 19 Dec 2017 09:54:33 +0000

[as] Change all the spaces or tabs to newlines

Before this patch only spaces were converted to newlines.

Diffstat:
Mas/test.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/as/test.sh b/as/test.sh @@ -13,7 +13,7 @@ trap "rm -f a.out $tmp1 $tmp2" 0 2 3 sed -n '/^\// ! { s%.*/ %% - s% *%\ + s%[ ][ ]*%\ %g p }' target/$cpu/test.s | @@ -24,7 +24,7 @@ nl -b a > $tmp1 sed -n '/^data:/,$ { /^data:/ ! { s%.*: %% - s% *%\ + s%[ ][ ]*%\ %g p }