scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit ed3515d64c15579c8958e18fa7339d645bc6f6f0
parent 96b634603d7d245952e8053e5184f6a0959f8a0c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 22 Sep 2017 07:49:33 +0200

[as] Fix name sccsid of symbol.c

Diffstat:
Mas/symbol.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/as/symbol.c b/as/symbol.c @@ -1,4 +1,4 @@ -static char sccsid[] = "@(#) ./as/emit.c"; +static char sccsid[] = "@(#) ./as/symbol.c"; #include <stdio.h> #include <stdint.h>