scc

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

commit 6cf29c17ac9d7e4a35272b60dd86f200be33389e
parent fe5a501cb8debef6f049dbe28dd6674483bafaf1
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun,  6 Oct 2019 22:08:00 +0200

[cc] Rename scc executable to cc

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

diff --git a/src/cmd/cc/posix/cc.c b/src/cmd/cc/posix/cc.c @@ -334,7 +334,7 @@ spawn(int tool) execvp(t->cmd, t->args.s); if (dflag) { fprintf(stderr, - "scc: execvp %s: %s\n", + "cc: execvp %s: %s\n", t->cmd, strerror(errno)); }