scc

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

commit 9249ec504ef9f7062c6caac4bc75e35d83039e1a
parent a500905ef3ff90575cfd19caa02178810ebb92e6
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  9 Dec 2024 11:39:18 +0100

cc2/qbe: Remove unneeded extern declarations

Diffstat:
Msrc/cmd/scc-cc/cc2/qbe/cgen.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/cmd/scc-cc/cc2/qbe/cgen.c b/src/cmd/scc-cc/cc2/qbe/cgen.c @@ -121,8 +121,6 @@ static unsigned char i2f_conv[4][4][2] = { } }; -extern Type int32type, uint32type, ptrtype; - /* * This is strongly influenced by * http://plan9.bell-labs.com/sys/doc/compiler.ps (/sys/doc/compiler.ps)