scc

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

commit 25ccf1063d16c4dbab29c64c4513df8dae74073b
parent 84dc5931c9833ed6b0421c2077e3589a9e541366
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 29 Sep 2017 21:44:14 +0200

[as] Fix name of iarch() in as.h

Maybe the name used in as.h was better, but I used iarch() in the
c files. Maybe I will change it in the future.

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

diff --git a/as/as.h b/as/as.h @@ -128,7 +128,7 @@ extern Node *expr(char **s); extern void deltree(Node *np); /* proc.c */ -extern void iproc(void); +extern void iarch(void); extern int match(Op *op, Node **args); /*