From a94e8d439acbaa1634e59420749ffdb7ee15e353 Mon Sep 17 00:00:00 2001 From: grischka Date: Fri, 6 May 2016 08:32:54 +0200 Subject: tccgen: scopes levels for local symbols (update 2) allow typedef int xxx; typedef int xxx; in the same scope as long as it is the same type --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index e9f173b..cf817ad 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -250,6 +250,7 @@ cache: tcc_g # clean clean: $(MAKE) -C tests2 $@ + $(MAKE) -C pp $@ rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \ *-cc *-tcc *.exe \ hello libtcc_test vla_test tcctest[1234] ex? tcc_g -- cgit v1.3.1