shithub: scc

Download patch

ref: 763ac8c2a9e79fb0d76d351876a536f12f520335
parent: 61ebd696106ca49e68bfbedbe6c740ed9566aedf
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Sep 29 17:44:14 EDT 2017

[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.

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