scc

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

commit f8fbc1dd568bb33610e5f11ac459d58476eb0643
parent 41bef85434965386c93e3eb76e4f26e460ff5c13
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;