scc

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

commit c13f5c7b6fd0122187512da4c42dac57825bda24
parent 7e737ab9f7d62562c927a6af15dfc8eb78ecaec8
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)); }