scc

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

commit 2782643fbc96110d970f5842330c214569a6678b
parent 57dd14763bb392cfc855c6853582541750271ce5
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 23 Aug 2019 16:25:29 +0100

[ld] Whitespace change

Diffstat:
Msrc/cmd/ld/pass1.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/ld/pass1.c b/src/cmd/ld/pass1.c @@ -178,7 +178,7 @@ newobject(FILE *fp, int type, int inlib) error("out of memory"); return; } - + if (bintype != -1 && bintype != type) { error("not compatible object file"); goto delete;