scc

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

commit a2e791432572b742067d86ab529bc2b3962a1fdb
parent d61e762f242feac5d89b935b9bf591d0daf986d3
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed,  1 Jun 2016 22:01:13 +0200

[driver] fix file output for QBE backend

Diffstat:
Mdriver/posix/scc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/driver/posix/scc.c b/driver/posix/scc.c @@ -164,7 +164,7 @@ build(char *file) keepfile = (Sflag || kflag); } else { out = QBE; - keepfile = Sflag; + keepfile = kflag; } break; case QBE: